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       list = GStreamer::Structure::from_string ($string)
20
21           * $string (string)
22
23       string = GStreamer::Structure::to_string ($structure)
24
25           * $structure (GStreamer::Structure)
26

SEE ALSO

28       GStreamer
29
31       Copyright (C) 2005-2006 by the gtk2-perl team.
32
33       This software is licensed under the LGPL.  See GStreamer for a full
34       notice.
35
36
37
38perl v5.8.8                       2007-02-20           GStreamer::Structure(3)
Impressum