BASS.NET API for the Un4seen BASS Audio Library

DSP_StreamCopyIsOutputBuffered Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if the StreamCopy 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 StreamCopy will be (pre)buffered with the data available from the ChannelHandle. This option is useful, if you want to use this instance with a buffered output stream. If set to the StreamCopy will not be (pre)buffered, which is usefull when used with unbuffered outputs (e.g. ASIO).

Note: Setting this member while the DSP_StreamCopy is already assigned will automatically (re)start it.

See Also

Reference