GStreamer::QueryType(3pm)
NAME
GStreamer::QueryType - Dynamically register new query types. Provide
functions to create queries, and to set and parse values in them.
HIERARCHY
Glib::Enum
+----GStreamer::QueryType
METHODS
- querytype = GStreamer::QueryType::get_by_nick ($nick)
- o $nick (string)
- list = GStreamer::QueryType::get_details ($type)
- o $type (GStreamer::QueryType)
- querytype = GStreamer::QueryType::register ($nick, $description)
- o $nick (string)
- o $description (string)
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, Glib::Enum
COPYRIGHT
Copyright (C) 2005-2008 by the gtk2-perl team.
- This software is licensed under the LGPL. See GStreamer for a full
notice.