Tagged Questions

0
votes
1answer
330 views

Rewind 30 seconds audio and play 2X speed

I have a Query regarding playing audio: Can I rewind the audio 30 secs and Play with 2X speed? Is that possible like in Podcasts in iPhone? Thanks
0
votes
2answers
742 views

iPhone SDK - check iPod playlist to see whether there is a next track to skip to

Is there a way to inspect the current playlist from MPMusicPlayerController to see whether there is another track to play in the queue? It's possible to detect this after as skipToNextItem will stop ...