| ossmixerossmixer — Control sound input and output levels with OSS |  | 
Object Hierarchy
  GObject
   +----GstObject
         +----GstElement
               +----GstOssMixerElement
 
Implemented Interfaces
GstOssMixerElement implements
 GstImplementsInterface and  GstMixer.
 
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.
 
Synopsis
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"              gchar*                : Read
Human-readable name of the sound device.
Default value: NULL
 
The "device" property
  "device"                   gchar*                : Read / Write
OSS mixer device (usually /dev/mixer)
Default value: "/dev/mixer"
Since 0.10.5