Firelight Technologies FMOD Studio API
Retrieve information about fade points stored within a Channel or ChannelGroup.
FMOD_RESULT ChannelControl::getFadePoints(
unsigned int *numpoints,
unsigned long long *point_dspclock,
float *point_volume
);
numpoints
Address of a variable to receive the number of fade points stored within the Channel or ChannelGroup.
point_dspclock
Address of a variable to receive an array of 64bit clock values. Can be 0 or NULL.
point_volume
Address of a variable to receive an array of floating point volume values. Can be 0 or NULL.
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.
To first get the number of points for memory purposes, and not store any data, call this function with point_dpsclock and point_volume parameters being 0 or NULL.
Version 1.03.06 Built on Apr 17, 2014