MediaController.TransportControls.SeekTo(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.