ossmixer

ossmixer — element to control sound input and output levels with OSS

Synopsis




                    GstOssMixerElement;

Object Hierarchy


  GObject
   +----GstObject
         +----GstOsxAudioSink
               +----GstOssMixerElement

Implemented Interfaces

GstOssMixerElement implements GstImplementsInterface and GstMixer.

Properties


  "device-name"              gchararray            : Read
  "device"                   gchararray            : Read / Write

Description

This element lets you adjust sound input and output levels with the Open Sound System (OSS). It supports the GstMixer interface, which can be used to obtain a list of available mixer tracks. Set the mixer element to READY state before using the GstMixer interface on it.

Example pipelines

ossmixer can't be used in a sensible way in gst-launch.

Element Information

plugin ossaudio
author Andrew Vander Wingo <wingo@pobox.com>
class Generic/Audio

Details

GstOssMixerElement

typedef struct _GstOssMixerElement GstOssMixerElement;

Property Details

The "device-name" property

  "device-name"              gchararray            : Read

Human-readable name of the sound device.

Default value: NULL


The "device" property

  "device"                   gchararray            : Read / Write

OSS mixer device (usually /dev/mixer)

Default value: "/dev/mixer"

Since 0.10.5