BASS.NET API for the Un4seen BASS Audio Library

DSP_BufferStreamIsOutputBuffered Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if the BufferStream should be buffered or not (default is ).

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

public bool IsOutputBuffered { get; set; }

Property Value

Type: Boolean
Remarks

If set to , the BufferStream position will be buffered. This option is useful, if you want to use it with a buffered output stream. If set to the BufferStream will not be buffered, which is usefull when used with unbuffered outputs (e.g. ASIO).
See Also

Reference