Unknown
From BASSenc
BASS_Encode_CastSetTitle
Sets the title of a cast stream.
BOOL BASS_Encode_CastSetTitle(
HENCODE handle,
char *title,
char *url
);
Parameters
| handle | The encoder handle. |
| title | The title... NULL = no title. |
| url | URL to go with the title... NULL = no URL. This applies to Shoutcast only. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_HANDLE | handle is not valid. |
| BASS_ERROR_NOTAVAIL | There isn't a cast set on the encoder. |
| BASS_ERROR_UNKNOWN | Some other mystery problem! |