Gst.ChildProxyInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
child_added |
r |
Called when child is added to parent |
|
child_removed |
r |
Called when child is removed from parent |
|
get_child_by_index |
r |
Fetch a child object by index |
|
get_child_by_name |
r |
Fetch a child object by name |
|
get_children_count |
r |
Get the number of children in parent |
|
parent |
r |
parent interface type. |
Methods¶
None
Details¶
- class Gst.ChildProxyInterface¶
Gst.ChildProxy
interface.