GStreamer::Query::Segment(3pm)
NAME
GStreamer::Query::Segment - Dynamically register new query types.
Provide functions to create queries, and to set and parse values in
them.
METHODS
- GstQuery = GStreamer::Query::Segment->new ($format)
- o $format (GStreamer::Format)
- list = $query->segment ($rate=0.0, $format=0, $start_value=0,
- $stop_value=0)
o $rate (double) - o $format (GStreamer::Format)
- o $start_value (Glib::Int64)
- o $stop_value (Glib::Int64)
ENUMS AND FLAGS
- enum GStreamer::Format
- o 'undefined' / 'GST_FORMAT_UNDEFINED'
- o 'default' / 'GST_FORMAT_DEFAULT'
- o 'bytes' / 'GST_FORMAT_BYTES'
- o 'time' / 'GST_FORMAT_TIME'
- o 'buffers' / 'GST_FORMAT_BUFFERS'
- o 'percent' / 'GST_FORMAT_PERCENT'
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.