GStreamer::ChildProxy(3pm)				User Contributed Perl Documentation				GStreamer::ChildProxy(3pm)

NAME
GStreamer::ChildProxy - Interface for multi child elements. DESCRIPTION
To avoid a name clash with Glib::Object::get, gst_child_proxy_get and gst_child_proxy_set are bound as GStreamer::ChildProxy::get_child_property and GStreamer::ChildProxy::set_child_property respectively. HIERARCHY
Glib::Interface +----GStreamer::ChildProxy METHODS
$object->child_added ($child) o $child (GStreamer::Object) object or undef = $parent->get_child_by_index ($index) o $index (integer) object or undef = $parent->get_child_by_name ($name) o $name (string) list = $object->get_child_property ($property, ...) o $property (string) o ... (list) $object->set_child_property ($property, $value, ...) o $property (string) o $value (scalar) o ... (list) $object->child_removed ($child) o $child (GStreamer::Object) integer = $parent->get_children_count SIGNALS
child-added (GStreamer::ChildProxy, Glib::Object) child-removed (GStreamer::ChildProxy, Glib::Object) SEE ALSO
GStreamer, Glib::Interface COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::ChildProxy(3pm)