alsamixer

alsamixer

Properties

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

Types and Values

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstAlsaMixerElement

Implemented Interfaces

GstAlsaMixerElement implements GstImplementsInterface, GstMixer and GstPropertyProbe.

Description

This element controls various aspects such as the volume and balance of an audio device using the ALSA api.

The application should query and use the interfaces provided by this element to control the device.

Last reviewed on 2006-03-01 (0.10.4)

Functions

Types and Values

struct GstAlsaMixerElement

struct GstAlsaMixerElement;

Opaque datastructure.

Property Details

The “device” property

  “device”                   gchar *

ALSA device, as defined in an asound configuration file.

Flags: Read / Write

Default value: "default"


The “device-name” property

  “device-name”              gchar *

Human-readable name of the sound device.

Flags: Read

Default value: ""

See Also

alsasink, alsasrc