NVIDIA DeepStream SDK API Reference

6.4 Release
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

◆ audioBuffers

NvBufAudioParams* NvBufAudio::audioBuffers

Array of batchSize audio bufffers.

Definition at line 120 of file nvbufaudio.h.

◆ batchSize

uint32_t NvBufAudio::batchSize

The size of this NvBufAudio batch.

Definition at line 112 of file nvbufaudio.h.

◆ isContiguous

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.

◆ numFilled

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: