NVIDIA DeepStream SDK API Reference

6.4 Release
GstNvDsAudioMemory Struct Reference

Detailed Description

Copyright (c) 2020, NVIDIA CORPORATION.

All rights reserved.

NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA Corporation is strictly prohibited. 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 35 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 38 of file gst_nvdsaudio.h.


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