I have one more question.
For META I set:
BASS_ChannelSetSync(FStream, BASS_SYNC_META, 0, @BASSSyncMeta, Self);
And I read:
if GetTags(BASS_TAG_META, LTags) then
...
For DOWNLOAD I set:
BASS_ChannelSetSync(FStream, BASS_SYNC_DOWNLOAD, 0, @BASSSyncDown, Self);
What command to read the download status?