Doxygen Book
gsttensor_converter_media_no_audio.h File Reference

Define collection of media type and functions to parse media info for audio if there is no audio support. More...

Go to the source code of this file.

Macros

#define append_audio_caps_template(caps)
 
#define is_audio_supported(...)   FALSE
 
#define GstAudioInfo   gsize
 
#define gst_audio_info_init(i)   memset (i, 0, sizeof (GstAudioInfo))
 
#define gst_audio_info_from_caps(...)   FALSE
 
#define gst_audio_format_to_string(...)   "Unknown"
 
#define GST_AUDIO_INFO_FORMAT(...)   GST_AUDIO_FORMAT_UNKNOWN
 
#define GST_AUDIO_INFO_CHANNELS(...)   0
 
#define GST_AUDIO_INFO_RATE(...)   0
 
#define GST_AUDIO_INFO_BPF(...)   0
 

Enumerations

enum  GstAudioFormat {
  GST_AUDIO_FORMAT_UNKNOWN, GST_AUDIO_FORMAT_S8, GST_AUDIO_FORMAT_U8, GST_AUDIO_FORMAT_S16,
  GST_AUDIO_FORMAT_U16, GST_AUDIO_FORMAT_S32, GST_AUDIO_FORMAT_U32, GST_AUDIO_FORMAT_F32,
  GST_AUDIO_FORMAT_F64
}
 

Detailed Description

Define collection of media type and functions to parse media info for audio if there is no audio support.

NNStreamer media type definition for tensor-converter Copyright (C) 2019 Jijoong Moon jijoo.nosp@m.ng.m.nosp@m.oon@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m

Date
26 Mar 2019
See also
https://github.com/nnstreamer/nnstreamer
Author
Jijoong Moon jijoo.nosp@m.ng.m.nosp@m.oon@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
Bug:
No known bugs except for NYI items

Definition in file gsttensor_converter_media_no_audio.h.

Macro Definition Documentation

◆ append_audio_caps_template

#define append_audio_caps_template (   caps)

Definition at line 23 of file gsttensor_converter_media_no_audio.h.

◆ gst_audio_format_to_string

#define gst_audio_format_to_string (   ...)    "Unknown"

Definition at line 42 of file gsttensor_converter_media_no_audio.h.

◆ GST_AUDIO_INFO_BPF

#define GST_AUDIO_INFO_BPF (   ...)    0

Definition at line 47 of file gsttensor_converter_media_no_audio.h.

◆ GST_AUDIO_INFO_CHANNELS

#define GST_AUDIO_INFO_CHANNELS (   ...)    0

Definition at line 45 of file gsttensor_converter_media_no_audio.h.

◆ GST_AUDIO_INFO_FORMAT

#define GST_AUDIO_INFO_FORMAT (   ...)    GST_AUDIO_FORMAT_UNKNOWN

Definition at line 44 of file gsttensor_converter_media_no_audio.h.

◆ gst_audio_info_from_caps

#define gst_audio_info_from_caps (   ...)    FALSE

Definition at line 41 of file gsttensor_converter_media_no_audio.h.

◆ gst_audio_info_init

#define gst_audio_info_init (   i)    memset (i, 0, sizeof (GstAudioInfo))

Definition at line 40 of file gsttensor_converter_media_no_audio.h.

◆ GST_AUDIO_INFO_RATE

#define GST_AUDIO_INFO_RATE (   ...)    0

Definition at line 46 of file gsttensor_converter_media_no_audio.h.

◆ GstAudioInfo

#define GstAudioInfo   gsize

Definition at line 26 of file gsttensor_converter_media_no_audio.h.

◆ is_audio_supported

#define is_audio_supported (   ...)    FALSE

Definition at line 24 of file gsttensor_converter_media_no_audio.h.

Enumeration Type Documentation

◆ GstAudioFormat

Enumerator
GST_AUDIO_FORMAT_UNKNOWN 
GST_AUDIO_FORMAT_S8 
GST_AUDIO_FORMAT_U8 
GST_AUDIO_FORMAT_S16 
GST_AUDIO_FORMAT_U16 
GST_AUDIO_FORMAT_S32 
GST_AUDIO_FORMAT_U32 
GST_AUDIO_FORMAT_F32 
GST_AUDIO_FORMAT_F64 

Definition at line 28 of file gsttensor_converter_media_no_audio.h.