![]() |
![]() |
![]() |
GStreamer Buzztard Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites | Known Implementations | Properties |
GstBtChildBin; gboolean gstbt_child_bin_add_child (GstBtChildBin *self
,GstObject *child
); gboolean gstbt_child_bin_remove_child (GstBtChildBin *self
,GstObject *child
);
This interface provides an extension to the GstChildProxy interface, which is useful for classes that have identical children.
The interface provides a "children" property for the number of children as well as two methods to add and remove children.
gboolean gstbt_child_bin_add_child (GstBtChildBin *self
,GstObject *child
);
Add the given child to the list of children.
|
a GObject that implements GstBtChildBin |
|
the GstObject to add as a child |
Returns : |
TRUE for success |
gboolean gstbt_child_bin_remove_child (GstBtChildBin *self
,GstObject *child
);
Remove the given child from the list of children.
|
a GObject that implements GstBtChildBin |
|
the GstObject to remove from the children |
Returns : |
TRUE for success |
"children"
property"children" gulong : Read / Write
the number of children this element uses.
Allowed values: >= 1