Back to Seed Clases

GstInterfaces


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child markerGstInterfaces.MixerTrack
parent-child marker GstInterfaces.MixerOptions

Class 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
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_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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:00 GMT+0800 (HKT)