BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderUseAsyncQueue Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if encoding should use an async queue (i.e. the BASS_ENCODE_QUEUE flag).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool UseAsyncQueue { get; set; }

Property Value

Type: Boolean

Implements

IBaseEncoderUseAsyncQueue
Remarks

With this option you might enable queueing of sample data and feeding it to the encoder asynchronously in another thread, so that any update thread isn't delayed by the encoding.

This might be usefull when encoding a playback stream or a recording stream which is feeding playback.

See Also

Reference