Event.newBufferSize

Create a new buffersize event. The event is sent downstream and notifies elements that they should provide a buffer of the specified dimensions.

When the async flag is set, a thread boundary is preferred.

class Event
static
newBufferSize

Parameters

format gst.types.Format

buffer format

minsize long

minimum buffer size

maxsize long

maximum buffer size

async bool

thread behavior

Return Value

Type: gst.event.Event

a new #GstEvent