AudioAggregator.ignoreInactivePads

Get ignoreInactivePads property.

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

Return Value

Type: 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.