![]() |
SOUND4 IMPACT.CL Library [1.3.12]
|
#include <sound4.impact.cl.hpp>
Public Attributes | |
| std::string | id |
| The ID of the output (fixed across versions) | |
| std::string | description |
| The description of the output. | |
| unsigned int | sample_rate |
| The sampling rate of this output. | |
| unsigned int | channel_count |
| The number of channels of this output. | |
| const float * | buffer |
| The output buffer of the output. See sound4::impact::CInstance::ProcessAudio for format. | |
Definition at line 50 of file sound4.impact.cl.hpp.
| const float* sound4::AuxiliaryOutputInfos::buffer |
Definition at line 55 of file sound4.impact.cl.hpp.
| unsigned int sound4::AuxiliaryOutputInfos::channel_count |
Definition at line 54 of file sound4.impact.cl.hpp.
| std::string sound4::AuxiliaryOutputInfos::description |
Definition at line 52 of file sound4.impact.cl.hpp.
| std::string sound4::AuxiliaryOutputInfos::id |
Definition at line 51 of file sound4.impact.cl.hpp.
| unsigned int sound4::AuxiliaryOutputInfos::sample_rate |
Definition at line 53 of file sound4.impact.cl.hpp.