NVIDIA DeepStream SDK API Reference6.1.1 Release |
Definition at line 107 of file nvbufaudio.h.
Data Fields | |
uint32_t | numFilled |
The size of this NvBufAudio batch. More... | |
uint32_t | batchSize |
The size of this NvBufAudio batch. More... | |
bool | isContiguous |
isContiguous is true when the dataPtr in audioBuffers[] array is contiguous with the previous and following entry in the array More... | |
NvBufAudioParams * | audioBuffers |
Array of batchSize audio bufffers. More... | |
NvBufAudioParams* NvBufAudio::audioBuffers |
Array of batchSize audio bufffers.
Definition at line 120 of file nvbufaudio.h.
uint32_t NvBufAudio::batchSize |
The size of this NvBufAudio batch.
Definition at line 112 of file nvbufaudio.h.
bool NvBufAudio::isContiguous |
isContiguous is true when the dataPtr in audioBuffers[] array is contiguous with the previous and following entry in the array
Definition at line 118 of file nvbufaudio.h.
uint32_t NvBufAudio::numFilled |
The size of this NvBufAudio batch.
Definition at line 110 of file nvbufaudio.h.