NVIDIA DeepStream SDK API Reference6.1.1 Release |
Go to the source code of this file.
Data Structures | |
struct | GstNvDsAudioMemory |
Copyright (c) 2020, NVIDIA CORPORATION. More... | |
struct | _GstNvDsAudioAllocatorParams |
Typedefs | |
typedef struct _GstNvDsAudioAllocatorParams | GstNvDsAudioAllocatorParams |
Functions | |
GstNvDsAudioMemory * | gst_nvdsaudio_buffer_get_memory (GstBuffer *buffer) |
Get GstNvDsAudioMemory structure associated with buffer allocated using GstNvDsAudioAllocator. More... | |
GstAllocator * | gst_nvdsaudio_allocator_new (GstNvDsAudioAllocatorParams *params) |
Create a new GstNvDsAudioAllocator with the given parameters. More... | |
typedef struct _GstNvDsAudioAllocatorParams GstNvDsAudioAllocatorParams |
GstAllocator* gst_nvdsaudio_allocator_new | ( | GstNvDsAudioAllocatorParams * | params | ) |
Create a new GstNvDsAudioAllocator with the given parameters.
params | Audio allocator params. |
GstNvDsAudioMemory* gst_nvdsaudio_buffer_get_memory | ( | GstBuffer * | buffer | ) |
Get GstNvDsAudioMemory structure associated with buffer allocated using GstNvDsAudioAllocator.
buffer | GstBuffer allocated by this allocator. |