Back to Seed Clases

GstInterfaces


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker GstInterfaces.ColorBalanceChannel

Class GstInterfaces.ColorBalanceChannel

Import line: GstInterfaces = imports.gi.GstInterfaces;
GIR File: GstInterfaces-0.10.gir
C documentation: GstColorBalanceChannel
Class : ColorBalanceChannel
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstInterfaces.ColorBalance
Signal
value_changed (ColorBalance self, ColorBalanceChannel channel, Number value) : none
Fired when the value of the indicated channel has changed.
GstInterfaces.ColorBalance
Method
set_value (ColorBalanceChannel channel, Number value) : none
Sets the current value of the channel to the passed value, which must be between min_value and max_value.
GstInterfaces.ColorBalance
Method
get_value (ColorBalanceChannel channel) : Number
Retrieve the current value of the indicated channel, between min_value and max_value.
GstInterfaces.ColorBalance
Method
value_changed (ColorBalanceChannel channel, Number value) : none
A helper function called by implementations of the GstColorBalance interface.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:00 GMT+0800 (HKT)