[API function]
Callback to receive a new piece of metadata from an internet stream
signed char F_CALLBACKAPI FSOUND_METADATACALLBACK(
char *name,
char *value,
void *userdata
);
Parameters
name |
Pointer to the name of the piece of metadata (null-terminated ASCII string)
|
value |
Pointer to the metadata (null-terminated ASCII string)
|
userdata |
Userdata that was specified in FSOUND_Stream_Net_SetMetadataCallback
|
Return Value
Currently ignored
Remarks
___________________
Supported on the following platforms : Win32, Macintosh, Linux
See Also
FSOUND_Stream_Net_SetMetadataCallback
This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:30 2005
by SourceDoc v0.10, the automated source code documenter.