alsasrc
alsasrc — Read from a sound card via ALSA
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstBaseSrc
+----GstPushSrc
+----GstBaseAudioSrc
+----GstAudioSrc
+----GstAlsaSrc
Implemented Interfaces
GstAlsaSrc implements
GstImplementsInterface, GstMixer and GstPropertyProbe.
Description
This element reads data from an audio card using the ALSA API.
Example pipelines
Record from a sound card using ALSA and encode to Ogg/Vorbis.
Last reviewed on 2006-03-01 (0.10.4)
Details
GstAlsaSrc
typedef struct _GstAlsaSrc GstAlsaSrc;
Opaque data structure
Property Details
The "device"
property
"device" gchar* : Read / Write
ALSA device, as defined in an asound configuration file.
Default value: "default"
The "device-name"
property
"device-name" gchar* : Read
Human-readable name of the sound device.
Default value: ""
The "card-name"
property
"card-name" gchar* : Read
Human-readable name of the sound card.
Default value: ""
See Also
alsasink, alsamixer