NVIDIA DeepStream SDK API Reference

6.1.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvBufAudio Struct Reference

Detailed Description

Definition at line 107 of file nvbufaudio.h.

Collaboration diagram for NvBufAudio:

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...
 
NvBufAudioParamsaudioBuffers
 Array of batchSize audio bufffers. More...
 

Field Documentation

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.


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