Event.buffer_size
Description:
[ CCode ( has_construct_function = false ) ]
public Event.buffer_size (Format format, int64 minsize, int64 maxsize, bool @async)
public Event.buffer_size (Format format, int64 minsize, int64 maxsize, bool @async)
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.
Parameters:
format |
buffer format |
minsize |
minimum buffer size |
maxsize |
maximum buffer size |
async |
thread behavior |
Returns:
a new Event |