NVIDIA DeepStream SDK API Reference

7.1 Release
GstNvDsAudioMemory Struct Reference

Detailed Description

This file describes the custom memory allocator for any Gstreamer plugins wishing to create a pool of NvBufAudio batch buffers.

The allocator allocates memory for a specified batch_size of frames of resolution equal to the network input resolution. The frames are allocated on device memory. Holds the pointer for the allocated memory.

Definition at line 36 of file gst_nvdsaudio.h.

Collaboration diagram for GstNvDsAudioMemory:

Data Fields

NvBufAudiobatch
 The audio batch buffer. More...
 

Field Documentation

◆ batch

NvBufAudio* GstNvDsAudioMemory::batch

The audio batch buffer.

Definition at line 39 of file gst_nvdsaudio.h.


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