GObject.Object
GstController.ControlSource
GstController.InterpolationControlSource
Import line: | GstController = imports.gi.GstController; |
GIR File: | GstController-0.10.gir |
C documentation: | GstInterpolationControlSource |
Class : | InterpolationControlSource |
Extends: | GstController.ControlSource |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_gst_reserved : Array
read only
|
GstController.InterpolationControlSource | |
bound : Boolean
read only
|
GstController.ControlSource | |
get_value : [object Object]
read only
|
GstController.ControlSource | |
get_value_array : [object Object]
read only
|
GstController.ControlSource | |
lock : GLib.Mutex
read only
|
GstController.InterpolationControlSource | |
parent : GstController.ControlSource
read only
|
GstController.InterpolationControlSource | |
priv : GstController.InterpolationControlSourcePrivate
read only
|
GstController.InterpolationControlSource |
Method / Constructor | Defined By | |
---|---|---|
new GstController.InterpolationControlSource
(Object properties)
Create a new GstController.InterpolationControlSource
Create a new GstController.InterpolationControlSource
|
||
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 | |
get_all
()
:
Array
Returns a read-only copy of the list of GstTimedValue for the given property.
Returns a read-only copy of the list of GstTimedValue for the given property. Free the list after done with it.
|
GstController.InterpolationControlSource | |
get_count
()
:
Number
Returns the number of control points that are set.
Returns the number of control points that are set.
|
GstController.InterpolationControlSource | |
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 | |
Set the value of given controller-handled property at a certain time.
Set the value of given controller-handled property at a certain time.
|
GstController.InterpolationControlSource | |
GstController.InterpolationControlSource | ||
set_interpolation_mode
(InterpolateMode mode)
:
Boolean
Sets the given interpolation mode.
Sets the given interpolation mode.
|
GstController.InterpolationControlSource | |
GstController.InterpolationControlSource | ||
unset_all
()
:
none
Used to remove all time-stamped values of given controller-handled property
Used to remove all time-stamped values of given controller-handled property
|
GstController.InterpolationControlSource |
None |