GStreamer::Event::BufferSize.3pm

Langue: en

Version: 2009-02-25 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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)

$format (GStreamer::Format)
$minsize (Glib::Int64)
$maxsize (Glib::Int64)
$async (boolean)

scalar = $event->async

scalar = $event->format

scalar = $event->maxsize

scalar = $event->minsize

ENUMS AND FLAGS

enum GStreamer::Format

'undefined' / 'GST_FORMAT_UNDEFINED'
'default' / 'GST_FORMAT_DEFAULT'
'bytes' / 'GST_FORMAT_BYTES'
'time' / 'GST_FORMAT_TIME'
'buffers' / 'GST_FORMAT_BUFFERS'
'percent' / 'GST_FORMAT_PERCENT'

SEE ALSO

GStreamer Copyright (C) 2005-2008 by the gtk2-perl team.

This software is licensed under the LGPL. See GStreamer for a full notice.