AlvaroFranco / AFSoundManager

iOS audio playing (both local and streaming) and recording made easy
MIT License
807 stars 131 forks source link

Stop Sound #39

Closed rafaelmoraes83 closed 9 years ago

rafaelmoraes83 commented 9 years ago

How can I stop music?

Thanks!

Broich commented 9 years ago

In case you enqueue an AFSoundItem into a AFSoundQueue you simple call [myAFSoundQueue pause] (which is equivalent to stop). However there seems to be no method on AFSoundItem itself? @AlvaroFranco

rafaelmoraes83 commented 9 years ago

Thanks Broich!!!