Share via


MediaController.TransportControls.SeekTo(Int64) Method

Definition

Move to a new location in the media stream.

[Android.Runtime.Register("seekTo", "(J)V", "")]
public void SeekTo (long pos);
[<Android.Runtime.Register("seekTo", "(J)V", "")>]
member this.SeekTo : int64 -> unit

Parameters

pos
Int64

Position to move to, in milliseconds.

Attributes

Remarks

Move to a new location in the media stream.

Java documentation for android.media.session.MediaController.TransportControls.seekTo(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to