Mp3 Tags auslesen
-
tach zusammen!
ich versuch grad mit FMOD die Tags einer Mp3 auszulesen...
in der Hilfe steht dazu folgendes:signed char F_API FSOUND_Stream_GetTagField(
FSOUND_STREAM *stream,
int num,
int *type,
char **name,
void **value,
int *length
)stream
The stream to get the tag field from.num
The number of the tag field to retrieve.type
Pointer to a variable that will receive the type of the tag field that was retrieved. See FSOUND_TAGFIELD_TYPE.name
Pointer to a variable that will receive the name of the tag field as a null-terminated ASCII string.value
Pointer to a variable that will receive a pointer to the tag field data.length
Pointer to a variable that will receive the length of the tag field data.Mein Prob is jetzt, dass ich net weiß wie der Teil bei **value funzt,
wie muss ich das schreiben?Danke im voraus für eure Hilfe!