Decodes all the available data of the given channel right away.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- channel
- Type: SystemInt32
The channel handle who's channel data should be decoded (should typically be a decoding channel). - autoFree
- Type: SystemBoolean
, if the channel should be freed (via BASS_StreamFree(Int32)) when all the data has been decoded.
Return Value
Type: Int64The total number of bytes actually decoded.
Remarks
When using with a mixer channel (BASS_Mixer_StreamCreate(Int32, Int32, BASSFlag)) make sure to use the BASS_MIXER_END flag, since otherwise the mixer channel would never end.
See Also