Back to Seed Clases

GstInterfaces


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker GstInterfaces.MixerTrack

Class 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
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstInterfaces
Method
GstInterfaces.mixer_message_parse_mute_toggled (Message message, MixerTrack track) : Boolean
Extracts the contents of a mute-toggled bus message.
GstInterfaces
Method
GstInterfaces.mixer_message_parse_record_toggled (Message message, MixerTrack track) : Boolean
Extracts the contents of a record-toggled bus message.
GstInterfaces
Method
GstInterfaces.mixer_message_parse_volume_changed (Message message, MixerTrack track) : Object
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:00 GMT+0800 (HKT)