1GStreamer::Structure(3)User Contributed Perl DocumentatioGnStreamer::Structure(3)
2
3
4

NAME

6       GStreamer::Structure
7

SYNOPSIS

9               my $structure = {
10                       name => $name,
11                       fields => [
12                               [$field_name, $type, $value],
13                               [$field_name, $type, $value],
14                               ...
15                       ]
16               }
17

METHODS

19   structure = GStreamer::Structure::from_string ($string)
20       ·   $string (string)
21
22   string = GStreamer::Structure::to_string ($structure)
23       ·   $structure (GStreamer::Structure)
24

SEE ALSO

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.30.0                      2019-09-19           GStreamer::Structure(3)
Impressum