GObject.Object
GstInterfaces.MixerTrack
| Import line: | GstInterfaces = imports.gi.GstInterfaces; |
| GIR File: | GstInterfaces-0.10.gir |
| C documentation: | GstMixerTrack |
| Class : | MixerTrack |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
flags : Number
read only
|
GstInterfaces.MixerTrack | |
|
flags : GstInterfaces.MixerTrackFlags
read only
|
GstInterfaces.MixerTrack | |
|
index : Number
|
GstInterfaces.MixerTrack | |
|
label : String
read only
|
GstInterfaces.MixerTrack | |
|
label : String
read only
|
GstInterfaces.MixerTrack | |
|
max_volume : Number
read only
|
GstInterfaces.MixerTrack | |
|
max_volume : Number
read only
|
GstInterfaces.MixerTrack | |
|
min_volume : Number
read only
|
GstInterfaces.MixerTrack | |
|
min_volume : Number
read only
|
GstInterfaces.MixerTrack | |
|
num_channels : Number
read only
|
GstInterfaces.MixerTrack | |
|
num_channels : Number
read only
|
GstInterfaces.MixerTrack | |
|
parent : GObject.Object
read only
|
GstInterfaces.MixerTrack | |
|
untranslated_label : String
|
GstInterfaces.MixerTrack | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new GstInterfaces.MixerTrack
(Object properties)
Create a new GstInterfaces.MixerTrack
Create a new GstInterfaces.MixerTrack
|
||
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GstInterfaces
Method |
Extracts the contents of a mute-toggled bus message.
|
|
GstInterfaces
Method |
Extracts the contents of a record-toggled bus message.
|
|
GstInterfaces
Method |
Parses a volume-changed notification message and extracts the track object it refers to, as well as an array of volumes and the size of the volumes array.
|
|
GstInterfaces.Mixer
Method |
set_volume
(MixerTrack track)
:
Number
Sets the volume on each channel in a track.
|
|
GstInterfaces.Mixer
Method |
get_volume
(MixerTrack track)
:
Number
Get the current volume(s) on the given track.
|
|
GstInterfaces.Mixer
Method |
set_mute
(MixerTrack track, Boolean mute)
:
none
Mutes or unmutes the given channel.
|
|
GstInterfaces.Mixer
Method |
set_record
(MixerTrack track, Boolean record)
:
none
Enables or disables recording on the given track.
|
|
GstInterfaces.Mixer
Method |
mute_toggled
(MixerTrack track, Boolean mute)
:
none
This function is called by the mixer implementation to produce a notification message on the bus indicating that the given track has changed mute state.
|
|
GstInterfaces.Mixer
Method |
record_toggled
(MixerTrack track, Boolean record)
:
none
This function is called by the mixer implementation to produce a notification message on the bus indicating that the given track has changed recording state.
|
|
GstInterfaces.Mixer
Method |
volume_changed
(MixerTrack track)
:
Number
This function is called by the mixer implementation to produce a notification message on the bus indicating that the volume(s) for the given track have changed.
|