1GStreamer::Format(3) User Contributed Perl Documentation GStreamer::Format(3)
2
3
4
6 GStreamer::Format
7
9 format = GStreamer::Format::get_by_nick ($nick)
10
11 * $nick (string)
12
13 list = GStreamer::Format::get_details ($format)
14
15 * $format (GStreamer::Format)
16
17 format = GStreamer::Format::register ($nick, $description)
18
19 * $nick (string)
20 * $description (string)
21
23 enum GStreamer::Format
24
25 * 'undefined' / 'GST_FORMAT_UNDEFINED'
26 * 'default' / 'GST_FORMAT_DEFAULT'
27 * 'bytes' / 'GST_FORMAT_BYTES'
28 * 'time' / 'GST_FORMAT_TIME'
29 * 'buffers' / 'GST_FORMAT_BUFFERS'
30 * 'percent' / 'GST_FORMAT_PERCENT'
31
33 GStreamer
34
36 Copyright (C) 2005-2006 by the gtk2-perl team.
37
38 This software is licensed under the LGPL. See GStreamer for a full
39 notice.
40
41
42
43perl v5.8.8 2007-02-20 GStreamer::Format(3)