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.
BaseSink.async
bool async() @property nothrowGet async property.
Returns
If set to true, the basesink will perform asynchronous state changes.
void async(bool propval) @property nothrowSet async property.
Parameters
propval | 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. |