GStreamer::Event::Seek(3pm)
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)
o $rate (double) - o $format (GStreamer::Format)
- o $flags (GStreamer::SeekFlags)
- o $cur_type (GStreamer::SeekType)
- o $cur (Glib::Int64)
- o $stop_type (GStreamer::SeekType)
- o $stop (Glib::Int64)
- 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
- 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'
- flags GStreamer::SeekFlags
- o 'none' / 'GST_SEEK_FLAG_NONE'
- o 'flush' / 'GST_SEEK_FLAG_FLUSH'
- o 'accurate' / 'GST_SEEK_FLAG_ACCURATE'
- o 'key-unit' / 'GST_SEEK_FLAG_KEY_UNIT'
- o 'segment' / 'GST_SEEK_FLAG_SEGMENT'
- o 'skip' / 'GST_SEEK_FLAG_SKIP'
- enum GStreamer::SeekType
- o 'none' / 'GST_SEEK_TYPE_NONE'
- o 'cur' / 'GST_SEEK_TYPE_CUR'
- o 'set' / 'GST_SEEK_TYPE_SET'
- o 'end' / 'GST_SEEK_TYPE_END'
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.