GObject.Object
GstInterfaces.MixerTrack
GstInterfaces.MixerOptions
Import line: | GstInterfaces = imports.gi.GstInterfaces; |
GIR File: | GstInterfaces-0.10.gir |
C documentation: | GstMixerOptions |
Class : | MixerOptions |
Extends: | GstInterfaces.MixerTrack |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_gst_reserved : Array
read only
|
GstInterfaces.MixerOptions | |
flags : Number
read only
|
GstInterfaces.MixerTrack | |
index : Number
|
GstInterfaces.MixerTrack | |
label : String
read only
|
GstInterfaces.MixerTrack | |
max_volume : Number
read only
|
GstInterfaces.MixerTrack | |
min_volume : Number
read only
|
GstInterfaces.MixerTrack | |
num_channels : Number
read only
|
GstInterfaces.MixerTrack | |
parent : GstInterfaces.MixerTrack
read only
|
GstInterfaces.MixerOptions | |
untranslated_label : String
|
GstInterfaces.MixerTrack | |
values : Array
read only
|
GstInterfaces.MixerOptions |
Method / Constructor | Defined By | |
---|---|---|
new GstInterfaces.MixerOptions
(Object properties)
Create a new GstInterfaces.MixerOptions
Create a new GstInterfaces.MixerOptions
|
||
get_values
()
:
Array
Get the values for the mixer option.
Get the values for the mixer option.
|
GstInterfaces.MixerOptions |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstInterfaces
Method |
GstInterfaces.mixer_message_parse_option_changed
(Message message, MixerOptions options, Array value)
:
none
Extracts the GstMixerOptions and new value from a option-changed bus notification message.
|
GstInterfaces
Method |
GstInterfaces.mixer_message_parse_options_list_changed
(Message message, MixerOptions options)
:
none
Extracts the GstMixerOptions whose value list has changed from an options-list-changed bus notification message.
|
GstInterfaces.Mixer
Method |
set_option
(MixerOptions opts, String value)
:
none
Sets a name/value option in the mixer to the requested value.
|
GstInterfaces.Mixer
Method |
get_option
(MixerOptions opts)
:
String
Get the current value of a name/value option in the mixer.
|
GstInterfaces.Mixer
Method |
option_changed
(MixerOptions opts, String value)
:
none
This function is called by the mixer implementation to produce a notification message on the bus indicating that the given options object has changed state.
|
GstInterfaces.Mixer
Method |
options_list_changed
(MixerOptions opts)
:
none
This function is called by the mixer implementation to produce a notification message on the bus indicating that the list of possible options of a given options object has changed.
|