Define collection of media type and functions to parse media info for audio support. More...
#include <gst/audio/audio-info.h>
Go to the source code of this file.
Macros | |
#define | AUDIO_CAPS_STR |
Caps string for supported audio format. More... | |
#define | append_audio_caps_template(caps) gst_caps_append (caps, gst_caps_from_string (AUDIO_CAPS_STR)) |
#define | is_audio_supported(...) TRUE |
Define collection of media type and functions to parse media info for audio support.
NNStreamer media type definition for tensor-converter Copyright (C) 2019 Jijoong Moon jijoo ng.m oon@s amsu ng.co m
Definition in file gsttensor_converter_media_info_audio.h.
#define append_audio_caps_template | ( | caps | ) | gst_caps_append (caps, gst_caps_from_string (AUDIO_CAPS_STR)) |
Definition at line 32 of file gsttensor_converter_media_info_audio.h.
#define AUDIO_CAPS_STR |
Caps string for supported audio format.
Definition at line 28 of file gsttensor_converter_media_info_audio.h.
#define is_audio_supported | ( | ... | ) | TRUE |
Definition at line 35 of file gsttensor_converter_media_info_audio.h.