Scroll to navigation

GStreamer::Message::SegmentDone(3pm) User Contributed Perl Documentation GStreamer::Message::SegmentDone(3pm)
 

NAME

GStreamer::Message::SegmentDone - Lightweight objects to signal the application of pipeline events

METHODS

GstMessage = GStreamer::Message::SegmentDone-> new ($src, $format, $position)

$src (GStreamer::Object)
$format (GStreamer::Format)
$position (64 bit integer)

scalar = $message-> format

scalar = $message-> position

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'

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.
2014-08-15 perl v5.20.0