ossmixer

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

Synopsis

                    GstOssMixerElement;

Properties

  "device-name"              gchar*                : Read
  "device"                   gchar*                : Read / Write

Description

Example pipelines

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.

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 {
  GstElement            parent;

  gchar                 *device;
  GstOssMixer           *mixer;
} 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