Android.Media.MediaPlayer.SeekTo Method
Seeks to specified time position.

Syntax

[Android.Runtime.Register("seekTo", "(I)V", "GetSeekTo_IHandler")]
public virtual void SeekTo (int msec)

Parameters

msec
the offset in milliseconds from the start to seek to

Exceptions

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

Remarks

Seeks to specified time position.

[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