Processing buffers of an audio bus. More...
#include <ivstaudioprocessor.h>
Public Member Functions | |
AudioBusBuffers () | |
Data Fields | |
int32 | numChannels |
number of audio channels in bus | |
uint64 | silenceFlags |
Bitset of silence state per channel. | |
union { | |
Sample32 ** channelBuffers32 | |
sample buffers to process with 32-bit precision | |
Sample64 ** channelBuffers64 | |
sample buffers to process with 64-bit precision | |
}; |
Processing buffers of an audio bus.
This structure contains the processing buffer for each channel of an audio bus.
AudioBusBuffers | ( | ) | [inline] |
number of audio channels in bus
Bitset of silence state per channel.
sample buffers to process with 32-bit precision
sample buffers to process with 64-bit precision
union { ... } |