METHODS
GstQuery = GStreamer::Query::Convert->new ($src_format, $value, $dest_format)
- $src_format (GStreamer::Format)
- $value (64 bit integer)
- $dest_format (GStreamer::Format)
list = $query->convert ($src_format=0, $src_value=0, $dest_format=0, $dest_value=0)
- $src_format (GStreamer::Format)
- $src_value (64 bit integer)
- $dest_format (GStreamer::Format)
- $dest_value (64 bit integer)
ENUMS AND FLAGS
enum GStreamer::Format
- 'undefined' / 'GST_FORMAT_UNDEFINED'
- 'default' / 'GST_FORMAT_DEFAULT'
- 'bytes' / 'GST_FORMAT_BYTES'
- 'time' / 'GST_FORMAT_TIME'
- 'buffers' / 'GST_FORMAT_BUFFERS'
- 'percent' / 'GST_FORMAT_PERCENT'
COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team.This software is licensed under the LGPL. See GStreamer for a full notice.