BaseSink.async

Get async property.

  1. bool async [@property getter]
    class BaseSink
    @property
    bool
    async
    ()
  2. bool async [@property setter]

Return Value

Type: bool

If set to true, the basesink will perform asynchronous state changes. When set to false, the sink will not signal the parent when it prerolls. Use this option when dealing with sparse streams or when synchronisation is not required.