Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gstreamer::childproxy(3pm) [debian man page]

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)

Check Out this Related Man Page

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

NAME
GStreamer::TagSetter - Element interface that allows setting and retrieval of media metadata HIERARCHY
Glib::Interface +----GStreamer::TagSetter METHODS
$setter->add_tags ($mode, $tag, $sv, ...) o $mode (GStreamer::TagMergeMode) o $tag (string) o $sv (scalar) o ... (list) $setter->merge_tags ($list, $mode) o $list (GStreamer::TagList) o $mode (GStreamer::TagMergeMode) taglist = $setter->get_tag_list tagmergemode = $setter->get_tag_merge_mode $setter->set_tag_merge_mode ($mode) o $mode (GStreamer::TagMergeMode) ENUMS AND FLAGS
enum GStreamer::TagMergeMode o 'undefined' / 'GST_TAG_MERGE_UNDEFINED' o 'replace-all' / 'GST_TAG_MERGE_REPLACE_ALL' o 'replace' / 'GST_TAG_MERGE_REPLACE' o 'append' / 'GST_TAG_MERGE_APPEND' o 'prepend' / 'GST_TAG_MERGE_PREPEND' o 'keep' / 'GST_TAG_MERGE_KEEP' o 'keep-all' / 'GST_TAG_MERGE_KEEP_ALL' o 'count' / 'GST_TAG_MERGE_COUNT' 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::TagSetter(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

child processess

Hi, suppose i want to display the child processess that are running at the background.how do u do it. ps -ef shows both parent and child processess i need to see only the child processess. cheers. (3 Replies)
Discussion started by: uni_ajay_r
3 Replies

2. Shell Programming and Scripting

Help with Efficient Looping

Hello guys My requirement is to read a file with parent-child relationship we need to iterate through each row to find its latest child. for eg. parent child ABC PQR PQR DEF DEF XYZ Expected Output ABC XYZ PQR XYZ DEF XYZ Script Logic : read parent from file seach child... (4 Replies)
Discussion started by: joshiamit
4 Replies

3. What is on Your Mind?

Cyberspace Situation Graphs - Cyberspace Situational Awareness

Hi. I've been very busy this month working on resurrecting my old projects related to "cyberspace situational awareness" (CSA) which began last month by surveying the downstream literature that referenced my papers in this area using Google Scholar and also ResearchGate and posting updates on my... (5 Replies)
Discussion started by: Neo
5 Replies