Scroll to navigation

GStreamer::Query::Application(3pm) User Contributed Perl Documentation GStreamer::Query::Application(3pm)

NAME

GStreamer::Query::Application - Dynamically register new query types. Provide functions to create queries, and to set and parse values in them.

METHODS

GstQuery = GStreamer::Query::Application->new ($type, $structure)

$type (GStreamer::QueryType)
$structure (GStreamer::Structure)

ENUMS AND FLAGS

enum GStreamer::QueryType

'none' / 'GST_QUERY_NONE'
'position' / 'GST_QUERY_POSITION'
'duration' / 'GST_QUERY_DURATION'
'latency' / 'GST_QUERY_LATENCY'
'jitter' / 'GST_QUERY_JITTER'
'rate' / 'GST_QUERY_RATE'
'seeking' / 'GST_QUERY_SEEKING'
'segment' / 'GST_QUERY_SEGMENT'
'convert' / 'GST_QUERY_CONVERT'
'formats' / 'GST_QUERY_FORMATS'
'buffering' / 'GST_QUERY_BUFFERING'
'custom' / 'GST_QUERY_CUSTOM'
'uri' / 'GST_QUERY_URI'

SEE ALSO

GStreamer

COPYRIGHT

Copyright (C) 2005-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See GStreamer for a full notice.
2012-03-01 perl v5.14.2