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)
- o $type (GStreamer::QueryType)
- o $structure (GStreamer::Structure)
ENUMS AND FLAGS
- enum GStreamer::QueryType
- o 'none' / 'GST_QUERY_NONE'
- o 'position' / 'GST_QUERY_POSITION'
- o 'duration' / 'GST_QUERY_DURATION'
- o 'latency' / 'GST_QUERY_LATENCY'
- o 'jitter' / 'GST_QUERY_JITTER'
- o 'rate' / 'GST_QUERY_RATE'
- o 'seeking' / 'GST_QUERY_SEEKING'
- o 'segment' / 'GST_QUERY_SEGMENT'
- o 'convert' / 'GST_QUERY_CONVERT'
- o 'formats' / 'GST_QUERY_FORMATS'
- o 'buffering' / 'GST_QUERY_BUFFERING'
- o 'custom' / 'GST_QUERY_CUSTOM'
- o 'uri' / 'GST_QUERY_URI'
SEE ALSO
GStreamer
COPYRIGHT
Copyright (C) 2005-2008 by the gtk2-perl team.
- This software is licensed under the LGPL. See GStreamer for a full
notice.