So there is no other way to get the bitrate?
// Returns - Kilo Bits Per Secondint GetBitsPerSecond(DWORD handle, DWORD FileLength){ return (int)(((FileLength * 8 ) / (long)BASS_ChannelBytes2Seconds(handle, BASS_StreamGetLength(handle))) / 1000);}