Searched refs:GstDirectSoundSink (Results 1 – 2 of 2) sorted by relevance
93 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 …]
44 …NK(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DIRECTSOUND_SINK,GstDirectSoundSink))48 typedef struct _GstDirectSoundSink GstDirectSoundSink; typedef