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 int async
)

Parameters

format GstFormat

A pointer to store the format in. out

minsize long

A pointer to store the minsize in. out

maxsize long

A pointer to store the maxsize in. out

async int

A pointer to store the async-flag in. out

Meta