GStreamer::Format(3pm)
NAME
GStreamer::Format - Dynamically register new data formats
HIERARCHY
Glib::Enum
+----GStreamer::Format
METHODS
- format = GStreamer::Format::get_by_nick ($nick)
- o $nick (string)
- list = GStreamer::Format::get_details ($format)
- o $format (GStreamer::Format)
- format = GStreamer::Format::register ($nick, $description)
- o $nick (string)
- o $description (string)
ENUMS AND FLAGS
- enum GStreamer::Format
- o 'undefined' / 'GST_FORMAT_UNDEFINED'
- o 'default' / 'GST_FORMAT_DEFAULT'
- o 'bytes' / 'GST_FORMAT_BYTES'
- o 'time' / 'GST_FORMAT_TIME'
- o 'buffers' / 'GST_FORMAT_BUFFERS'
- o 'percent' / 'GST_FORMAT_PERCENT'
SEE ALSO
GStreamer, Glib::Enum
COPYRIGHT
Copyright (C) 2005-2008 by the gtk2-perl team.
- This software is licensed under the LGPL. See GStreamer for a full
notice.