views:

169

answers:

1

The sound is started using MonoTouch.AudioToolbox.SystemSound and I would like to stop the playback when I receive a specific event.

+1  A: 

You can't stop sounds playing with AudioToolbox. You need to move to AVAudioPlayer or other framework in order to get that functionality. AudioToolbox is for starting a quick sounds and letting it play through to end. Sort of like an alert sound or sysbeep.

mahboudz