AppSrc.setMaxBytes

Set the maximum amount of bytes that can be queued in @appsrc. After the maximum amount of bytes are queued, @appsrc will emit the "enough-data" signal.

class AppSrc
void
setMaxBytes
(
ulong max
)

Parameters

max ulong

the maximum number of bytes to queue

Meta