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)¶
- •
- $nick (string)
list = GStreamer::QueryType::get_details ($type)¶
- •
- $type (GStreamer::QueryType)
querytype = GStreamer::QueryType::register ($nick,
$description)¶
- •
- $nick (string)
- •
- $description (string)
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, Glib::Enum
COPYRIGHT¶
Copyright (C) 2005-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See GStreamer for a full notice.