Home
last modified time | relevance | path

Searched refs:GstDirectSoundSink (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c93 static GstCaps *gst_directsound_probe_supported_formats (GstDirectSoundSink *
98 static void gst_directsound_sink_set_volume (GstDirectSoundSink * sink,
100 static gdouble gst_directsound_sink_get_volume (GstDirectSoundSink * sink);
101 static void gst_directsound_sink_set_mute (GstDirectSoundSink * sink,
103 static gboolean gst_directsound_sink_get_mute (GstDirectSoundSink * sink);
104 static const gchar *gst_directsound_sink_get_device (GstDirectSoundSink *
106 static void gst_directsound_sink_set_device (GstDirectSoundSink * dsoundsink,
129 G_DEFINE_TYPE_WITH_CODE (GstDirectSoundSink, gst_directsound_sink,
136 GstDirectSoundSink *dsoundsink = GST_DIRECTSOUND_SINK (object); in gst_directsound_sink_finalize()
213 gst_directsound_sink_init (GstDirectSoundSink * dsoundsink) in gst_directsound_sink_init()
[all …]
Dgstdirectsoundsink.h44 …NK(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DIRECTSOUND_SINK,GstDirectSoundSink))
48 typedef struct _GstDirectSoundSink GstDirectSoundSink; typedef