BASS.NET API for the Un4seen BASS Audio Library

BASS_CHANNELINFOIsDecodingChannel Property

BASS.NET API for the Un4seen BASS Audio Library
Is the channel a decoding channel?

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

public bool IsDecodingChannel { get; }

Property Value

Type: Boolean
Remarks

Checks, that the flags property contains the BASS_STREAM_DECODE resp. BASS_MUSIC_DECODE flag.
See Also

Reference