NVIDIA DeepStream SDK API Reference

6.4 Release
gstnvdsaudiotemplate_meta.h
Go to the documentation of this file.
1 
23 #ifndef __GST_NVDSAUDIOTEMPLATE_META_H__
24 #define __GST_NVDSAUDIOTEMPLATE_META_H__
25 
26 #include <gst/gst.h>
27 #include <iostream>
28 
30 #define GST_AUDIO_TEMPLATE_META_API_TYPE \
31  (gst_audio_template_meta_api_get_type())
32 #define GST_AUDIO_TEMPLATE_META_INFO (gst_audio_template_meta_get_info())
33 
34 typedef struct _GstAudioTemplateMeta {
35  GstMeta meta;
36  guint frame_count;
41 
43 const GstMetaInfo *gst_audio_template_meta_get_info(void);
44 
45 #endif /*__GST_NVDSAUDIOTEMPLATE_META_H__*/
_GstAudioTemplateMeta::frame_count
guint frame_count
Definition: gstnvdsaudiotemplate_meta.h:36
_GstAudioTemplateMeta
Definition: gstnvdsaudiotemplate_meta.h:34
_GstAudioTemplateMeta::meta
GstMeta meta
Definition: gstnvdsaudiotemplate_meta.h:35
gst_mpeg_video_meta_api_get_type
GType gst_mpeg_video_meta_api_get_type(void)
Copyright (c) 2021, NVIDIA CORPORATION.
gst_audio_template_meta_get_info
const GstMetaInfo * gst_audio_template_meta_get_info(void)
_GstAudioTemplateMeta::custom_metadata_size
guint custom_metadata_size
Definition: gstnvdsaudiotemplate_meta.h:38
_GstAudioTemplateMeta::custom_metadata_ptr
void * custom_metadata_ptr
Definition: gstnvdsaudiotemplate_meta.h:39
_GstAudioTemplateMeta::custom_metadata_type
guint custom_metadata_type
Definition: gstnvdsaudiotemplate_meta.h:37
gst_audio_template_meta_api_get_type
GType gst_audio_template_meta_api_get_type(void)
GstAudioTemplateMeta
struct _GstAudioTemplateMeta GstAudioTemplateMeta