GObject.Object
GstController.ControlSource
Import line: | GstController = imports.gi.GstController; |
GIR File: | GstController-0.10.gir |
C documentation: | GstControlSource |
Class : | ControlSource |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_gst_reserved : Array
read only
|
GstController.ControlSource | |
bound : Boolean
read only
|
GstController.ControlSource | |
get_value : [object Object]
read only
|
GstController.ControlSource | |
get_value_array : [object Object]
read only
|
GstController.ControlSource | |
parent : GObject.Object
read only
|
GstController.ControlSource |
Method / Constructor | Defined By | |
---|---|---|
new GstController.ControlSource
(Object properties)
Create a new GstController.ControlSource
Create a new GstController.ControlSource
|
||
Binds a GstControlSource to a specific property.
Binds a GstControlSource to a specific property. This must be called only once for a GstControlSource.
|
GstController.ControlSource | |
Gets the value for this GstControlSource at a given timestamp.
Gets the value for this GstControlSource at a given timestamp.
|
GstController.ControlSource | |
Gets an array of values for one element property.
Gets an array of values for one element property. All fields of value_array must be filled correctly. Especially the of values. The type of the values in the array is the same as the property's type.
|
GstController.ControlSource |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstController
Method |
GstController.object_get_control_source
(Object object, String property_name)
:
GstController.ControlSource
Gets the corresponding GstControlSource for the property.
|
GstController
Method |
GstController.object_set_control_source
(Object object, String property_name, ControlSource csource)
:
Boolean
Sets the GstControlSource for property_name.
|
GstController.Controller
Method |
Sets the GstControlSource for property_name.
|
GstController.Controller
Method |
get_control_source
(String property_name)
:
GstController.ControlSource
Gets the corresponding GstControlSource for the property.
|