1GStreamer::Format(3) User Contributed Perl Documentation GStreamer::Format(3)
2
3
4
6 GStreamer::Format
7
9 Glib::Enum
10 +----GStreamer::Format
11
13 format = GStreamer::Format::get_by_nick ($nick)
14 · $nick (string)
15
16 list = GStreamer::Format::get_details ($format)
17 · $format (GStreamer::Format)
18
19 format = GStreamer::Format::register ($nick, $description)
20 · $nick (string)
21
22 · $description (string)
23
25 enum GStreamer::Format
26 · 'undefined' / 'GST_FORMAT_UNDEFINED'
27
28 · 'default' / 'GST_FORMAT_DEFAULT'
29
30 · 'bytes' / 'GST_FORMAT_BYTES'
31
32 · 'time' / 'GST_FORMAT_TIME'
33
34 · 'buffers' / 'GST_FORMAT_BUFFERS'
35
36 · 'percent' / 'GST_FORMAT_PERCENT'
37
39 GStreamer, Glib::Enum
40
42 Copyright (C) 2005-2014 by the gtk2-perl team.
43
44 This software is licensed under the LGPL. See GStreamer for a full
45 notice.
46
47
48
49perl v5.30.0 2019-09-19 GStreamer::Format(3)