NVIDIA DeepStream SDK API Reference

6.4 Release
_GstNvDsAudioTemplate Struct Reference

Detailed Description

Definition at line 60 of file gstnvdsaudiotemplate.h.

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

Definition at line 66 of file gstnvdsaudiotemplate.h.

◆ algo_factory

DSCustomLibrary_Factory* _GstNvDsAudioTemplate::algo_factory

Custom Library Factory and Interface.

Definition at line 65 of file gstnvdsaudiotemplate.h.

◆ base_trans

GstBaseTransform _GstNvDsAudioTemplate::base_trans

Definition at line 62 of file gstnvdsaudiotemplate.h.

◆ custom_lib_name

gchar* _GstNvDsAudioTemplate::custom_lib_name

Custom Library Name and output caps string.

Definition at line 69 of file gstnvdsaudiotemplate.h.

◆ custom_prop_string

gchar* _GstNvDsAudioTemplate::custom_prop_string

Definition at line 73 of file gstnvdsaudiotemplate.h.

◆ frame_number

guint _GstNvDsAudioTemplate::frame_number

Definition at line 91 of file gstnvdsaudiotemplate.h.

◆ gpu_id

guint _GstNvDsAudioTemplate::gpu_id

GPU ID on which we expect to execute the task.

Definition at line 83 of file gstnvdsaudiotemplate.h.

◆ in_audio_info

GstAudioInfo _GstNvDsAudioTemplate::in_audio_info

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

Definition at line 79 of file gstnvdsaudiotemplate.h.

◆ num_batch_buffers

guint _GstNvDsAudioTemplate::num_batch_buffers

Definition at line 92 of file gstnvdsaudiotemplate.h.

◆ nvtx_domain

nvtxDomainHandle_t _GstNvDsAudioTemplate::nvtx_domain

NVTX Domain.

Definition at line 86 of file gstnvdsaudiotemplate.h.

◆ out_audio_info

GstAudioInfo _GstNvDsAudioTemplate::out_audio_info

Definition at line 80 of file gstnvdsaudiotemplate.h.

◆ sinkcaps

GstCaps* _GstNvDsAudioTemplate::sinkcaps

Definition at line 88 of file gstnvdsaudiotemplate.h.

◆ srccaps

GstCaps* _GstNvDsAudioTemplate::srccaps

Definition at line 89 of file gstnvdsaudiotemplate.h.

◆ stop

gboolean _GstNvDsAudioTemplate::stop

Boolean to signal output thread to stop.

Definition at line 76 of file gstnvdsaudiotemplate.h.

◆ vecProp

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

Definition at line 72 of file gstnvdsaudiotemplate.h.


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