Man Page: gstreamer::query
Operating Environment: debian
Section: 3pm
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::bin(3pm) - debian |
| gstreamer::caps(3pm) - debian |
| gstreamer::interfaces(3pm) - debian |
| gstreamer::object(3pm) - debian |
| gstreamer::tagsetter(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Introduction |
| New UNIX and Linux History Sections |