| Import line: | Gst = imports.gi.Gst; |
| GIR File: | Gst-0.10.gir |
| C documentation: | GstChildProxy |
| Interface : | ChildProxy |
| Implementations: | Gst.Bin, Gst.Pipeline |
| Show / Hide Inherited methods, properties and signals |
| None |
| Method / Constructor | Defined By | |
|---|---|---|
|
get_child_by_index
(Number index)
:
Gst.Object
Fetches a child by its number.
Fetches a child by its number. after usage. MT safe.
|
Gst.ChildProxy | |
|
get_child_by_name
(String name)
:
Gst.Object
Looks up a child element by the given name.
Looks up a child element by the given name. Implementors can use GstObject together with gst_object_get_name() MT safe.
|
Gst.ChildProxy | |
|
get_children_count
()
:
Number
Gets the number of child objects this parent contains.
Gets the number of child objects this parent contains. MT safe.
|
Gst.ChildProxy | |
| Event | Defined By | |
|---|---|---|
|
child_added (ChildProxy self, Object object)
:
none
|
Gst.ChildProxy | |
|
child_removed (ChildProxy self, Object object)
:
none
|
Gst.ChildProxy | |