osxaudiosink

osxaudiosink — Output to a sound card in OS X

Synopsis

struct              GstOsxAudioSink;

Properties

  "device"                   gint                  : Read / Write

Description

This element renders raw audio samples using the CoreAudio api.

Example pipelines

gst-launch filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! osxaudiosink
Play an Ogg/Vorbis file.

Last reviewed on 2006-03-01 (0.10.4)

Synopsis

Element Information

plugin

osxaudio

author

Zaheer Abbas Merali <zaheerabbas at merali dot org>

class

Sink/Audio

Element Pads

Details

struct GstOsxAudioSink

struct GstOsxAudioSink {
  GstBaseAudioSink sink;

  AudioDeviceID device_id;
  AudioUnit audiounit;
  double volume;
};

Property Details

The "device" property

  "device"                   gint                  : Read / Write

Device ID of output device.

Allowed values: >= 0

Default value: 0