GStreamer::Event::Seek.3pm

Langue: en

Version: 2010-05-02 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

GStreamer::Event::Seek

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 (Glib::Int64)
*
$stop_type (GStreamer::SeekType)
*
$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

*
'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 (C) 2005-2008 by the gtk2-perl team.

This software is licensed under the LGPL. See GStreamer for a full notice.