AppSrc.maxBuffers

Set maxBuffers property.

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

Parameters

propval ulong

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