#include <ivstaudioprocessor.h>
Public Attributes | |
| 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 | |
| }; | |
Definition at line 141 of file ivstaudioprocessor.h.
| union { ... } |
sample buffers to process with 32-bit precision
Definition at line 148 of file ivstaudioprocessor.h.
sample buffers to process with 64-bit precision
Definition at line 149 of file ivstaudioprocessor.h.