AppSrc.maxBytes

Set maxBytes property.

  1. ulong maxBytes [@property getter]
  2. ulong maxBytes [@property setter]
    class AppSrc
    @property
    void
    maxBytes
    (
    ulong propval
    )

Parameters

propval ulong

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