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'
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.