- getChildByIndex
GObject* function(GstChildProxy* parent, uint index) getChildByIndex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getChildByName
GObject* function(GstChildProxy* parent, char* name) getChildByName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getChildrenCount
uint function(GstChildProxy* parent) getChildrenCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parent
GTypeInterface parent;
Undocumented in source.
GstChildProxy interface. GTypeInterface parent; parent interface type. get_child_by_name () virtual method to fetch the child by name get_child_by_index () virtual method to fetch the child by index get_children_count () virtual method to get the children count