1GStreamer::Structure(3)User Contributed Perl DocumentatioGnStreamer::Structure(3)
2
3
4
6 GStreamer::Structure
7
9 my $structure = {
10 name => $name,
11 fields => [
12 [$field_name, $type, $value],
13 [$field_name, $type, $value],
14 ...
15 ]
16 }
17
19 structure = GStreamer::Structure::from_string ($string)
20 · $string (string)
21
22 string = GStreamer::Structure::to_string ($structure)
23 · $structure (GStreamer::Structure)
24
26 GStreamer
27
29 Copyright (C) 2005-2014 by the gtk2-perl team.
30
31 This software is licensed under the LGPL. See GStreamer for a full
32 notice.
33
34
35
36perl v5.28.1 2019-02-02 GStreamer::Structure(3)