1GStreamer::ChildProxy(3U)ser Contributed Perl DocumentatiGoSntreamer::ChildProxy(3)
2
3
4
6 GStreamer::ChildProxy
7
9 To avoid a name clash with Glib::Object::get, gst_child_proxy_get and
10 gst_child_proxy_set are bound as GStreamer::ChildProxy::get_child_prop‐
11 erty and GStreamer::ChildProxy::set_child_property respectively.
12
14 Glib::Object::_Unregistered::GInterface
15 +----GStreamer::ChildProxy
16
18 $object->child_added ($child)
19
20 * $child (GStreamer::Object)
21
22 object or undef = $parent->get_child_by_index ($index)
23
24 * $index (integer)
25
26 object or undef = $parent->get_child_by_name ($name)
27
28 * $name (string)
29
30 list = $object->get_child_property ($property, ...)
31
32 * $property (string)
33 * ... (list)
34
35 $object->set_child_property ($property, $value, ...)
36
37 * $property (string)
38 * $value (scalar)
39 * ... (list)
40
41 $object->child_removed ($child)
42
43 * $child (GStreamer::Object)
44
45 integer = $parent->get_children_count
46
48 child-added (GStreamer::ChildProxy, Glib::Object)
49 child-removed (GStreamer::ChildProxy, Glib::Object)
50
52 GStreamer, Glib::Object::_Unregistered::GInterface
53
55 Copyright (C) 2005-2006 by the gtk2-perl team.
56
57 This software is licensed under the LGPL. See GStreamer for a full
58 notice.
59
60
61
62perl v5.8.8 2007-02-20 GStreamer::ChildProxy(3)