Go to the documentation of this file.
16 #ifndef __GST_TENSOR_CONVERTER_MEDIA_NO_AUDIO_H__
17 #define __GST_TENSOR_CONVERTER_MEDIA_NO_AUDIO_H__
20 #error This header is not supported if NO_AUDIO is not defined
23 #define append_audio_caps_template(caps)
24 #define is_audio_supported(...) FALSE
26 #define GstAudioInfo gsize
40 #define gst_audio_info_init(i) memset (i, 0, sizeof (GstAudioInfo))
41 #define gst_audio_info_from_caps(...) FALSE
42 #define gst_audio_format_to_string(...) "Unknown"
44 #define GST_AUDIO_INFO_FORMAT(...) GST_AUDIO_FORMAT_UNKNOWN
45 #define GST_AUDIO_INFO_CHANNELS(...) 0
46 #define GST_AUDIO_INFO_RATE(...) 0
47 #define GST_AUDIO_INFO_BPF(...) 0