NVIDIA DeepStream SDK API Reference

7.0 Release
gstaudio2video.h File Reference

Go to the source code of this file.

Data Structures

struct  _GstAudio2Video
 
struct  _GstAudio2VideoClass
 

Macros

#define GST_TYPE_AUDIO2VIDEO   (gst_audio2video_get_type())
 
#define GST_AUDIO2VIDEO(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO2VIDEO,GstAudio2Video))
 
#define GST_AUDIO2VIDEO_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_AUDIO2VIDEO,GstAudio2VideoClass))
 
#define GST_AUDIO2VIDEO_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj),GST_TYPE_AUDIO2VIDEO,GstAudio2VideoClass))
 

Typedefs

typedef struct _GstAudio2Video GstAudio2Video
 
typedef struct _GstAudio2VideoClass GstAudio2VideoClass
 
typedef struct _GstAudio2VideoPrivate GstAudio2VideoPrivate
 

Functions

GST_PBUTILS_API GType gst_audio2video_get_type (void)
 

Macro Definition Documentation

◆ GST_AUDIO2VIDEO

#define GST_AUDIO2VIDEO (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO2VIDEO,GstAudio2Video))

Definition at line 26 of file gstaudio2video.h.

◆ GST_AUDIO2VIDEO_CLASS

#define GST_AUDIO2VIDEO_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_AUDIO2VIDEO,GstAudio2VideoClass))

Definition at line 27 of file gstaudio2video.h.

◆ GST_AUDIO2VIDEO_GET_CLASS

#define GST_AUDIO2VIDEO_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS((obj),GST_TYPE_AUDIO2VIDEO,GstAudio2VideoClass))

Definition at line 28 of file gstaudio2video.h.

◆ GST_TYPE_AUDIO2VIDEO

#define GST_TYPE_AUDIO2VIDEO   (gst_audio2video_get_type())

Definition at line 25 of file gstaudio2video.h.

Typedef Documentation

◆ GstAudio2Video

Definition at line 29 of file gstaudio2video.h.

◆ GstAudio2VideoClass

Definition at line 30 of file gstaudio2video.h.

◆ GstAudio2VideoPrivate

typedef struct _GstAudio2VideoPrivate GstAudio2VideoPrivate

Definition at line 31 of file gstaudio2video.h.

Function Documentation

◆ gst_audio2video_get_type()

GST_PBUTILS_API GType gst_audio2video_get_type ( void  )