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