BASS_CONFIG_HLS_DOWNLOAD_TAGS config option

Receive ID3v2 tags in DOWNLOADPROC callback functions?

BASS_SetConfig(
    BASS_CONFIG_HLS_DOWNLOAD_TAGS,
    BOOL tags
);

Parameters

tageIf TRUE, DOWNLOADPROC callback functions will receive ID3v2 tags.

Remarks

When this option is enabled, a stream's DOWNLOADPROC callback function will receive any ID3v2 tags that the stream contains. This option does not affect the availability of ID3v2 tags from BASS_ChannelGetTags.

The default setting is FALSE. Changes only affect subsequently created HLS streams, not any that already exist.

See also

BASS_HLS_StreamCreateURL

BASS_GetConfig, BASS_SetConfig