gst-plugins-good
1.20.3
About: GStreamer (Good Plugins) is a library for constructing of graphs of media-handling components. A set of good-quality plug-ins (under LGPL license).
![]() ![]() |
#include <gst/gst.h>
#include <gst/base/gstbasetransform.h>
#include <gst/audio/audio.h>
#include <gst/audio/gstaudiofilter.h>
Go to the source code of this file.
Data Structures | |
struct | _GstAudioEcho |
struct | _GstAudioEchoClass |
Macros | |
#define | GST_TYPE_AUDIO_ECHO (gst_audio_echo_get_type()) |
#define | GST_AUDIO_ECHO(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO_ECHO,GstAudioEcho)) |
#define | GST_IS_AUDIO_ECHO(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_AUDIO_ECHO)) |
#define | GST_AUDIO_ECHO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass) ,GST_TYPE_AUDIO_ECHO,GstAudioEchoClass)) |
#define | GST_IS_AUDIO_ECHO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass) ,GST_TYPE_AUDIO_ECHO)) |
#define | GST_AUDIO_ECHO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj) ,GST_TYPE_AUDIO_ECHO,GstAudioEchoClass)) |
Typedefs | |
typedef struct _GstAudioEcho | GstAudioEcho |
typedef struct _GstAudioEchoClass | GstAudioEchoClass |
typedef void(* | GstAudioEchoProcessFunc) (GstAudioEcho *, guint8 *, guint) |
Functions | |
GType | gst_audio_echo_get_type (void) |
GST_ELEMENT_REGISTER_DECLARE (audioecho) | |
#define GST_AUDIO_ECHO | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO_ECHO,GstAudioEcho)) |
Definition at line 32 of file audioecho.h.
#define GST_AUDIO_ECHO_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST((klass) ,GST_TYPE_AUDIO_ECHO,GstAudioEchoClass)) |
Definition at line 34 of file audioecho.h.
#define GST_AUDIO_ECHO_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS((obj) ,GST_TYPE_AUDIO_ECHO,GstAudioEchoClass)) |
Definition at line 36 of file audioecho.h.
#define GST_IS_AUDIO_ECHO | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_AUDIO_ECHO)) |
Definition at line 33 of file audioecho.h.
#define GST_IS_AUDIO_ECHO_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE((klass) ,GST_TYPE_AUDIO_ECHO)) |
Definition at line 35 of file audioecho.h.
#define GST_TYPE_AUDIO_ECHO (gst_audio_echo_get_type()) |
Definition at line 31 of file audioecho.h.
typedef struct _GstAudioEcho GstAudioEcho |
Definition at line 37 of file audioecho.h.
typedef struct _GstAudioEchoClass GstAudioEchoClass |
Definition at line 38 of file audioecho.h.
typedef void(* GstAudioEchoProcessFunc) (GstAudioEcho *, guint8 *, guint) |
Definition at line 40 of file audioecho.h.
GType gst_audio_echo_get_type | ( | void | ) |
GST_ELEMENT_REGISTER_DECLARE | ( | audioecho | ) |