[MonoTouch] How to play .3gp audio file using MonoTouch?

bharath bharath.cd at gmail.com
Mon Oct 3 02:41:37 EDT 2011


How to play .3gp audio file using MonoTouch? I have used like this,

var mediaFile = NSUrl.FromFilename("song.3gp");
var audioPlayer = AVAudioPlayer.FromUrl(mediaFile);
audioPlayer.FinishedPlaying += delegate { audioPlayer.Dispose(); };
audioPlayer.Play();

But I got NullReferenceException on this line, 

audioPlayer.FinishedPlaying += delegate { audioPlayer.Dispose(); };

How to play this song?

-----
Bharath
--
View this message in context: http://monotouch.2284126.n4.nabble.com/How-to-play-3gp-audio-file-using-MonoTouch-tp3866710p3866710.html
Sent from the MonoTouch mailing list archive at Nabble.com.


More information about the MonoTouch mailing list