Rechercher une page de manuel
GStreamer::ChildProxy.3pm
Langue: en
Version: 2010-05-02 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
Sommaire
- NAME
- DESCRIPTION
- HIERARCHY
- METHODS
- $object->child_added ($child)
- object or undef = $parent->get_child_by_index ($index)
- object or undef = $parent->get_child_by_name ($name)
- list = $object->get_child_property ($property, ...)
- $object->set_child_property ($property, $value, ...)
- $object->child_removed ($child)
- integer = $parent->get_children_count
- SIGNALS
- SEE ALSO
- COPYRIGHT
NAME
GStreamer::ChildProxyDESCRIPTION
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)
-
- *
- $child (GStreamer::Object)
object or undef = $parent->get_child_by_index ($index)
-
- *
- $index (integer)
object or undef = $parent->get_child_by_name ($name)
-
- *
- $name (string)
list = $object->get_child_property ($property, ...)
-
- *
- $property (string)
- *
- ... (list)
$object->set_child_property ($property, $value, ...)
-
- *
- $property (string)
- *
- $value (scalar)
- *
- ... (list)
$object->child_removed ($child)
-
- *
- $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::InterfaceCOPYRIGHT
Copyright (C) 2005-2008 by the gtk2-perl team.This software is licensed under the LGPL. See GStreamer for a full notice.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre