osxaudiosink

osxaudiosink — play audio to an CoreAudio device

Synopsis




                    GstOsxAudioSink;

Description

This element renders raw audio samples using the CoreAudio api.

Example pipelines

Play an Ogg/Vorbis file.

gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! osxaudiosink

Last reviewed on 2006-03-01 (0.10.4)

Element Information

plugin osxaudio
author Zaheer Abbas Merali <zaheerabbas at merali dot org>
class Sink/Audio

Element Pads

Details

GstOsxAudioSink

typedef struct {
  GstBaseAudioSink sink;

  GstOsxRingBuffer *ringbuffer;
} GstOsxAudioSink;