Query: gstreamer::query
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GStreamer::Query(3pm) User Contributed Perl Documentation GStreamer::Query(3pm)NAMEGStreamer::Query - Dynamically register new query types. Provide functions to create queries, and to set and parse values in them.DESCRIPTIONThe various query types are represented as subclasses: GStreamer::Query::Position GStreamer::Query::Duration GStreamer::Query::Latency GStreamer::Query::Jitter GStreamer::Query::Rate GStreamer::Query::Seeking GStreamer::Query::Segment GStreamer::Query::Convert GStreamer::Query::Formats To create a new query, you call the constructor of the corresponding class. To modify or retrieve the content of a query, call the corresponding mutator: my $query = GStreamer::Query::Position -> new("time"); $query -> position("time", 23); my ($format, $position) = $query -> position; my $query = GStreamer::Query::Duration -> new("time"); $query -> duration("time", 23); my ($format, $duration) = $query -> duration;METHODSstructure = $query->get_structureSEE ALSOGStreamerCOPYRIGHTCopyright (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::Query(3pm)
Related Man Pages |
---|
gstreamer::event(3pm) - debian |
gstreamer::event::custom(3pm) - debian |
gstreamer::interfaces(3pm) - debian |
gstreamer::message(3pm) - debian |
gstreamer::object(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Detecting unused variables... |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |