Firelight Technologies FMOD Studio API
Callback for seeking within a file.
FMOD_RESULT F_CALLBACK FMOD_FILE_SEEK_CALLBACK(
void *handle,
unsigned int pos,
void *userdata
);
handle
This is the handle returned from the open callback to use for your own file routines.
pos
This is the position or offset to seek to in the file in bytes.
userdata
Userdata from FMOD_CREATESOUNDEXINFO.fileuserdata.
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.
Version 1.03.06 Built on Apr 17, 2014