Android.Media.MediaPlayer.Looping Property
Checks whether the MediaPlayer is looping or non-looping.

Syntax

[get: Android.Runtime.Register("isLooping", "()Z", "GetIsLoopingHandler")]
[set: Android.Runtime.Register("setLooping", "(Z)V", "GetSetLooping_ZHandler")]
public virtual bool Looping { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Checks whether the MediaPlayer is looping or non-looping.

Set method documentation [Android Documentation]

Sets the player to be looping or non-looping.

Requirements

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