I know this old one also answered, but I just noticed it and thought that I would leave the correct answer here for future reference
AudioFileID audioFile;
UInt32 dataSize = sizeof(AudioFileID);
ExtAudioFileGetProperty(extAudioFile, kExtAudioFileProperty_AudioFile, &dataSize, &audioFile);
source
share