BASS_STREAM_DECODE -> BASS_ACTIVE_PLAYING

Started by vertex,

vertex

if i create a stream using BASS_STREAM_DECODE and get the channel-status with BASS_ChannelIsActive() it always returns BASS_ACTIVE_PLAYING - even directly after creating the filestream! even if i directly call BASS_ChannelStop() after creation.  ???
so, can someone tell my why? bug or my fault?

cheers,
vtx

Ian @ un4seen

It's not a problem...
QuoteWhen using this function with a decoding channel, BASS_ACTIVE_PLAYING (or BASS_ACTIVE_STALLED) will be returned while there is still data to decode. Once the end has been reached, BASS_ACTIVE_STOPPED will be returned.
from the BASS_ChannelIsActive docs :)