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
11 GStreamer::ChildProxy::get_child_property and
12 GStreamer::ChildProxy::set_child_property respectively.
13
15 Glib::Interface
16 +----GStreamer::ChildProxy
17
19 $object->child_added ($child)
20 · $child (GStreamer::Object)
21
22 object or undef = $parent->get_child_by_index ($index)
23 · $index (integer)
24
25 object or undef = $parent->get_child_by_name ($name)
26 · $name (string)
27
28 list = $object->get_child_property ($property, ...)
29 · $property (string)
30
31 · ... (list)
32
33 $object->set_child_property ($property, $value, ...)
34 · $property (string)
35
36 · $value (scalar)
37
38 · ... (list)
39
40 $object->child_removed ($child)
41 · $child (GStreamer::Object)
42
43 integer = $parent->get_children_count
45 child-added (GStreamer::ChildProxy, Glib::Object)
46 child-removed (GStreamer::ChildProxy, Glib::Object)
47
49 GStreamer, Glib::Interface
50
52 Copyright (C) 2005-2014 by the gtk2-perl team.
53
54 This software is licensed under the LGPL. See GStreamer for a full
55 notice.
56
57
58
59perl v5.30.0 2019-09-19 GStreamer::ChildProxy(3)