1GStreamer::ClockID(3) User Contributed Perl DocumentationGStreamer::ClockID(3)
2
3
4
6 GStreamer::ClockID
7
9 unsigned integer = $id->get_time
10
11 $id->unschedule
12
13 list = $id->wait
14
15 clockreturn = $id->wait_async ($func, $data=undef)
16
17 * $func (scalar)
18 * $data (scalar)
19
21 enum GStreamer::ClockReturn
22
23 * 'ok' / 'GST_CLOCK_OK'
24 * 'early' / 'GST_CLOCK_EARLY'
25 * 'unscheduled' / 'GST_CLOCK_UNSCHEDULED'
26 * 'busy' / 'GST_CLOCK_BUSY'
27 * 'badtime' / 'GST_CLOCK_BADTIME'
28 * 'error' / 'GST_CLOCK_ERROR'
29 * 'unsupported' / 'GST_CLOCK_UNSUPPORTED'
30
32 GStreamer
33
35 Copyright (C) 2005-2006 by the gtk2-perl team.
36
37 This software is licensed under the LGPL. See GStreamer for a full
38 notice.
39
40
41
42perl v5.8.8 2007-02-20 GStreamer::ClockID(3)