1GStreamer::Event::CustoUms(e3r)Contributed Perl DocumentGaSttiroenamer::Event::Custom(3)
2
3
4
6 GStreamer::Event::Custom
7
9 GstEvent = GStreamer::Event::Custom->new ($type, $structure)
10
11 * $type (GStreamer::EventType)
12 * $structure (GStreamer::Structure)
13
15 enum GStreamer::EventType
16
17 * 'unknown' / 'GST_EVENT_UNKNOWN'
18 * 'flush-start' / 'GST_EVENT_FLUSH_START'
19 * 'flush-stop' / 'GST_EVENT_FLUSH_STOP'
20 * 'eos' / 'GST_EVENT_EOS'
21 * 'newsegment' / 'GST_EVENT_NEWSEGMENT'
22 * 'tag' / 'GST_EVENT_TAG'
23 * 'buffersize' / 'GST_EVENT_BUFFERSIZE'
24 * 'qos' / 'GST_EVENT_QOS'
25 * 'seek' / 'GST_EVENT_SEEK'
26 * 'navigation' / 'GST_EVENT_NAVIGATION'
27 * 'custom-upstream' / 'GST_EVENT_CUSTOM_UPSTREAM'
28 * 'custom-downstream' / 'GST_EVENT_CUSTOM_DOWNSTREAM'
29 * 'custom-downstream-oob' / 'GST_EVENT_CUSTOM_DOWNSTREAM_OOB'
30 * 'custom-both' / 'GST_EVENT_CUSTOM_BOTH'
31 * 'custom-both-oob' / 'GST_EVENT_CUSTOM_BOTH_OOB'
32
34 GStreamer
35
37 Copyright (C) 2005-2006 by the gtk2-perl team.
38
39 This software is licensed under the LGPL. See GStreamer for a full
40 notice.
41
42
43
44perl v5.8.8 2007-02-20 GStreamer::Event::Custom(3)