Next: GStreamer::Query::Application | Previous: GStreamer::PluginFeature | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
GStreamer::Query
The various query types are represented as subclasses:
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;
Copyright (C) 2005-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See GStreamer for a full notice.