Android.Media.MediaPlayer.IsPlaying Property
Checks whether the MediaPlayer is playing.

Syntax

[get: Android.Runtime.Register("isPlaying", "()Z", "GetIsPlayingHandler")]
public virtual bool IsPlaying { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the internal player engine has not been initialized or has been released.

Remarks

Checks whether the MediaPlayer is playing.

[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