SOUND4 IMPACT.CL Library [1.3.12]
Loading...
Searching...
No Matches
Public Attributes | List of all members
SOUND4_AuxiliaryOutputInfos Struct Reference

#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.
 

Detailed Description

Structure holding information on an auxiliary output

Definition at line 810 of file sound4.impact.cl.h.

Member Data Documentation

◆ buffer

const float* SOUND4_AuxiliaryOutputInfos::buffer

Definition at line 815 of file sound4.impact.cl.h.

◆ channel_count

unsigned int SOUND4_AuxiliaryOutputInfos::channel_count

Definition at line 814 of file sound4.impact.cl.h.

◆ description

char* SOUND4_AuxiliaryOutputInfos::description

Definition at line 812 of file sound4.impact.cl.h.

◆ id

char* SOUND4_AuxiliaryOutputInfos::id

Definition at line 811 of file sound4.impact.cl.h.

◆ sample_rate

unsigned int SOUND4_AuxiliaryOutputInfos::sample_rate

Definition at line 813 of file sound4.impact.cl.h.


The documentation for this struct was generated from the following file: