I want to play music from an iPod library using AudioFileOpenURL or ExtAudioFileOpenURL .
CFURLRef fileURL = [mediaItem valueForProperty:MPMediaItemPropertyAssetURL]; AudioFileOpenURL(fileURL,a,b,&id);
But that will not work! How can I handle this? Thanks!
Rafer source share