Scroll to navigation

GStreamer::Structure(3pm) User Contributed Perl Documentation GStreamer::Structure(3pm)
 

NAME

GStreamer::Structure - Generic structure containing fields of names and values

SYNOPSIS

        my $structure = {
                name => $name,
                fields => [
                        [$field_name, $type, $value],
                        [$field_name, $type, $value],
                        ...
                ]
        }

METHODS

structure = GStreamer::Structure::from_string ($string)

$string (string)

string = GStreamer::Structure::to_string ($structure)

$structure (GStreamer::Structure)

SEE ALSO

GStreamer

COPYRIGHT

Copyright (C) 2005-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See GStreamer for a full notice.
2014-08-15 perl v5.20.0