Hi
I'm trying to get a string from bass pointer with the function
Local ID:Byte Ptr()=BASS_StreamGetTags(MusicStream1.Stream,BASS_TAG_HTTP)
The bass doc say :
HTTP headers, only available when streaming from a HTTP
server. A pointer to a series of null-terminated strings is
returned, the final string ending with a double null.
My question is :
How to get this string from the BASS_StreamGetTags pointer ?
Cheers
I'm trying to get a string from bass pointer with the function
Local ID:Byte Ptr()=BASS_StreamGetTags(MusicStream1.Stream,BASS_TAG_HTTP)
The bass doc say :
HTTP headers, only available when streaming from a HTTP
server. A pointer to a series of null-terminated strings is
returned, the final string ending with a double null.
My question is :
How to get this string from the BASS_StreamGetTags pointer ?
Cheers