Event.parseBufferSize

Get the format, minsize, maxsize and async-flag in the buffersize event.

class Event
void
parseBufferSize
(,
out long minsize
,
out long maxsize
,
out bool async
)

Parameters

format GstFormat

A pointer to store the format in

minsize long

A pointer to store the minsize in

maxsize long

A pointer to store the maxsize in

async bool

A pointer to store the async-flag in