Android.Media.AsyncPlayer Class
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.

See Also: AsyncPlayer Members

Syntax

[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.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1