Provided by: libgstreamer-perl_0.19-1_amd64
NAME
GStreamer::Event::Seek - Structure describing events that are passed up and down a pipeline
METHODS
GstEvent = GStreamer::Event::Seek->new ($rate, $format, $flags, $cur_type, $cur, $stop_type, $stop) • $rate (double) • $format (GStreamer::Format) • $flags (GStreamer::SeekFlags) • $cur_type (GStreamer::SeekType) • $cur (64 bit integer) • $stop_type (GStreamer::SeekType) • $stop (64 bit integer) scalar = $event->cur scalar = $event->cur_type scalar = $event->flags scalar = $event->format scalar = $event->rate scalar = $event->stop scalar = $event->stop_type
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' flags GStreamer::SeekFlags • 'none' / 'GST_SEEK_FLAG_NONE' • 'flush' / 'GST_SEEK_FLAG_FLUSH' • 'accurate' / 'GST_SEEK_FLAG_ACCURATE' • 'key-unit' / 'GST_SEEK_FLAG_KEY_UNIT' • 'segment' / 'GST_SEEK_FLAG_SEGMENT' • 'skip' / 'GST_SEEK_FLAG_SKIP' enum GStreamer::SeekType • 'none' / 'GST_SEEK_TYPE_NONE' • 'cur' / 'GST_SEEK_TYPE_CUR' • 'set' / 'GST_SEEK_TYPE_SET' • 'end' / 'GST_SEEK_TYPE_END'
SEE ALSO
GStreamer
COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice.