Firelight Technologies FMOD Studio API
Retrieves the number of tags belonging to a sound.
FMOD_RESULT Sound::getNumTags(
int *numtags,
int *numtagsupdated
);
FMOD_RESULT FMOD_Sound_GetNumTags(
FMOD_SOUND *sound,
int *numtags,
int *numtagsupdated
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
The 'numtagsupdated' parameter can be used to check if any tags have been updated since last calling this function.
This can be useful to update tag fields, for example from internet based streams, such as shoutcast or icecast where the name of the song might change.
Version 1.03.06 Built on Apr 17, 2014