Event.parseBufferSize

void parseBufferSize(out gst.types.Format format, out long minsize, out long maxsize, out bool async)

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

Parameters

formatA pointer to store the format in
minsizeA pointer to store the minsize in
maxsizeA pointer to store the maxsize in
asyncA pointer to store the async-flag in