ossmixer

ossmixer — Control sound input and output levels with OSS

Synopsis

                    GstOssMixerElement;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstOssMixerElement

Implemented Interfaces

GstOssMixerElement implements GstImplementsInterface and GstMixer.

Properties

  "device-name"              gchar*                : Read
  "device"                   gchar*                : 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.

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