AudioAggregator.ignoreInactivePads

Set ignoreInactivePads property.

  1. bool ignoreInactivePads [@property getter]
  2. bool ignoreInactivePads [@property setter]
    class AudioAggregator
    @property
    void
    ignoreInactivePads
    (
    bool propval
    )

Parameters

propval bool

Don't wait for inactive pads when live. An inactive pad is a pad that hasn't yet received a buffer, but that has been waited on at least once.

The purpose of this property is to avoid aggregating on timeout when new pads are requested in advance of receiving data flow, for example the user may decide to connect it later, but wants to configure it already.