NVIDIA DeepStream SDK API Reference

6.4 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())
 Copyright (c) 2023, NVIDIA CORPORATION. More...
 
#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 36 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 37 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 38 of file gstaudio2video.h.

◆ GST_TYPE_AUDIO2VIDEO

#define GST_TYPE_AUDIO2VIDEO   (gst_audio2video_get_type())

Copyright (c) 2023, NVIDIA CORPORATION.

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition at line 35 of file gstaudio2video.h.

Typedef Documentation

◆ GstAudio2Video

Definition at line 39 of file gstaudio2video.h.

◆ GstAudio2VideoClass

Definition at line 40 of file gstaudio2video.h.

◆ GstAudio2VideoPrivate

typedef struct _GstAudio2VideoPrivate GstAudio2VideoPrivate

Definition at line 41 of file gstaudio2video.h.

Function Documentation

◆ gst_audio2video_get_type()

GST_PBUTILS_API GType gst_audio2video_get_type ( void  )