BASS_CONFIG_NET_META config option
Request Shoutcast metadata from internet servers?
BASS_SetConfig(
BASS_CONFIG_NET_META,
BOOL metadata
);
Parameters
metadata | Request metadata... FALSE = no, TRUE = yes.
|
Remarks
By default, BASS will request Shoutcast metadata from the server when opening a URL, which is then available from BASS_ChannelGetTags (BASS_TAG_META). That can be disabled via this config option to save a little bandwidth if Shoutcast metadata is not required.
See also
BASS_ChannelGetTags, BASS_GetConfig, BASS_SetConfig, BASS_StreamCreateURL