hello,
i need a valid way to know if i can seek to a byte position in a stream that's made by BASS_StreamCreateURL to a byte position , and not after calling BASS_ChannelSetPosition then checking it it return true or false, since some streams return false and STOP, Reset and change BASS_ChannelIsActive to BASS_ACTIVE_STOPPED in case if the seeking point has not been downloaded yet or the stream is not seekable at all.
so i don't want that to happen, i want to know if i can seek to that point before i call BASS_ChannelSetPosition.
and if there's a way to know the size of the downloaded an seekable bytes size.
flags used in BASS_StreamCreateURL are BASSFlag.BASS_SAMPLE_FLOAT | BASSFlag.BASS_STREAM_PRESCAN
BASS_SAMPLE_FLOAT to get floating samples for a visualization, BASS_STREAM_PRESCAN to be able to get the length with BASS_ChannelGetLength, please correct me if im wrong.
thanks for this great library
