![]() |
SOUND4 IMPACT.CL Library [1.3.12]
|
#include <sound4.impact.cl.h>
Public Attributes | |
| char * | id |
| The ID of the output (fixed across versions) | |
| char * | 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 impact_ProcessAudio for format. | |
Structure holding information on an auxiliary output
Definition at line 810 of file sound4.impact.cl.h.
| const float* SOUND4_AuxiliaryOutputInfos::buffer |
Definition at line 815 of file sound4.impact.cl.h.
| unsigned int SOUND4_AuxiliaryOutputInfos::channel_count |
Definition at line 814 of file sound4.impact.cl.h.
| char* SOUND4_AuxiliaryOutputInfos::description |
Definition at line 812 of file sound4.impact.cl.h.
| char* SOUND4_AuxiliaryOutputInfos::id |
Definition at line 811 of file sound4.impact.cl.h.
| unsigned int SOUND4_AuxiliaryOutputInfos::sample_rate |
Definition at line 813 of file sound4.impact.cl.h.