GStreamer::ClockID(3pm) User Contributed Perl Documentation GStreamer::ClockID(3pm)
NAME
GStreamer::ClockID - Abstract class for global clocks
METHODS
unsigned integer = $id->get_time
$id->unschedule
list = $id->wait
clockreturn = $id->wait_async ($func, $data=undef)
o $func (scalar)
o $data (scalar)
ENUMS AND FLAGS
enum GStreamer::ClockReturn
o 'ok' / 'GST_CLOCK_OK'
o 'early' / 'GST_CLOCK_EARLY'
o 'unscheduled' / 'GST_CLOCK_UNSCHEDULED'
o 'busy' / 'GST_CLOCK_BUSY'
o 'badtime' / 'GST_CLOCK_BADTIME'
o 'error' / 'GST_CLOCK_ERROR'
o 'unsupported' / 'GST_CLOCK_UNSUPPORTED'
o 'done' / 'GST_CLOCK_DONE'
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.
perl v5.14.2 2012-03-01 GStreamer::ClockID(3pm)