BASS.NET API for the Un4seen BASS Audio Library

DSP_BufferStreamBufferStreamFlags Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the channel flags of the being used.

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

public BASSFlag BufferStreamFlags { get; }

Property Value

Type: BASSFlag
Remarks

The channel flags are actually being the same as from the original ChannelHandle, but if you have FLOATDSP enabled the FLOAT flag will be added automatically. In addition will always be a decoding stream!
See Also

Reference