NVIDIA DeepStream SDK API Reference

9.0 Release
_GstNvDsAudioTemplate Struct Reference

Detailed Description

Collaboration diagram for _GstNvDsAudioTemplate:

Data Fields

GstBaseTransform base_trans
 
DSCustomLibrary_Factoryalgo_factory
 Custom Library Factory and Interface. More...
 
IDSCustomLibraryalgo_ctx
 
gchar * custom_lib_name
 Custom Library Name and output caps string. More...
 
std::vector< Property > * vecProp
 
gchar * custom_prop_string
 
gboolean stop
 Boolean to signal output thread to stop. More...
 
GstAudioInfo in_audio_info
 Input and Output audio info (resolution, color format, framerate, etc) More...
 
GstAudioInfo out_audio_info
 
guint gpu_id
 GPU ID on which we expect to execute the task. More...
 
nvtxDomainHandle_t nvtx_domain
 NVTX Domain. More...
 
GstCaps * sinkcaps
 
GstCaps * srccaps
 
guint frame_number
 
guint num_batch_buffers
 

Field Documentation

◆ algo_ctx

IDSCustomLibrary * _GstNvDsAudioTemplate::algo_ctx

◆ algo_factory

DSCustomLibrary_Factory * _GstNvDsAudioTemplate::algo_factory

Custom Library Factory and Interface.

Definition at line 66 of file sources/gst-plugins/gst-nvdsaudiotemplate/gstnvdsaudiotemplate.h.

◆ base_trans

GstBaseTransform _GstNvDsAudioTemplate::base_trans

◆ custom_lib_name

gchar * _GstNvDsAudioTemplate::custom_lib_name

Custom Library Name and output caps string.

Definition at line 70 of file sources/gst-plugins/gst-nvdsaudiotemplate/gstnvdsaudiotemplate.h.

◆ custom_prop_string

gchar * _GstNvDsAudioTemplate::custom_prop_string

◆ frame_number

guint _GstNvDsAudioTemplate::frame_number

◆ gpu_id

guint _GstNvDsAudioTemplate::gpu_id

GPU ID on which we expect to execute the task.

Definition at line 84 of file sources/gst-plugins/gst-nvdsaudiotemplate/gstnvdsaudiotemplate.h.

◆ in_audio_info

GstAudioInfo _GstNvDsAudioTemplate::in_audio_info

Input and Output audio info (resolution, color format, framerate, etc)

Definition at line 80 of file sources/gst-plugins/gst-nvdsaudiotemplate/gstnvdsaudiotemplate.h.

◆ num_batch_buffers

guint _GstNvDsAudioTemplate::num_batch_buffers

◆ nvtx_domain

nvtxDomainHandle_t _GstNvDsAudioTemplate::nvtx_domain

NVTX Domain.

Definition at line 87 of file sources/gst-plugins/gst-nvdsaudiotemplate/gstnvdsaudiotemplate.h.

◆ out_audio_info

GstAudioInfo _GstNvDsAudioTemplate::out_audio_info

◆ sinkcaps

GstCaps * _GstNvDsAudioTemplate::sinkcaps

◆ srccaps

GstCaps * _GstNvDsAudioTemplate::srccaps

◆ stop

gboolean _GstNvDsAudioTemplate::stop

Boolean to signal output thread to stop.

Definition at line 77 of file sources/gst-plugins/gst-nvdsaudiotemplate/gstnvdsaudiotemplate.h.

◆ vecProp

std::vector< Property > * _GstNvDsAudioTemplate::vecProp

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