GStreamer::Tag(3pm) User Contributed Perl Documentation GStreamer::Tag(3pm)
NAME
GStreamer::Tag - Element interface for media metadata
METHODS
string = GStreamer::Tag::get_description ($tag)
o $tag (string)
boolean = GStreamer::Tag::exists ($tag)
o $tag (string)
tagflag = GStreamer::Tag::get_flag ($tag)
o $tag (string)
boolean = GStreamer::Tag::is_fixed ($tag)
o $tag (string)
string = GStreamer::Tag::get_nick ($tag)
o $tag (string)
string = GStreamer::Tag::get_type ($tag)
o $tag (string)
ENUMS AND FLAGS
enum GStreamer::TagFlag
o 'undefined' / 'GST_TAG_FLAG_UNDEFINED'
o 'meta' / 'GST_TAG_FLAG_META'
o 'encoded' / 'GST_TAG_FLAG_ENCODED'
o 'decoded' / 'GST_TAG_FLAG_DECODED'
o 'count' / 'GST_TAG_FLAG_COUNT'
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.
perl v5.14.2 2012-03-01 GStreamer::Tag(3pm)