Plays a series of audio URIs, but does all the hard work on another thread
so that any slowness with preparing or loading doesn't block the calling thread.
[Android.Runtime.Register("android/media/AsyncPlayer", DoNotGenerateAcw=true)] public class AsyncPlayer : Java.Lang.Object
Remarks
Plays a series of audio URIs, but does all the hard work on another thread
so that any slowness with preparing or loading doesn't block the calling thread.