GStreamer::Event::BufferSize(3pm)
NAME
GStreamer::Event::BufferSize - Structure describing events that are
passed up and down a pipeline
METHODS
- GstEvent = GStreamer::Event::BufferSize->new ($format, $minsize, $maxsize,
- $async)
o $format (GStreamer::Format) - o $minsize (Glib::Int64)
- o $maxsize (Glib::Int64)
- o $async (boolean)
- scalar = $event->async
scalar = $event->format
scalar = $event->maxsize
scalar = $event->minsize
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
COPYRIGHT
Copyright (C) 2005-2008 by the gtk2-perl team.
- This software is licensed under the LGPL. See GStreamer for a full
notice.