TvView.TimeShiftSeekTo(Int64) Method

Definition

Seeks to a specified time position.

[Android.Runtime.Register("timeShiftSeekTo", "(J)V", "GetTimeShiftSeekTo_JHandler", ApiSince=23)]
public virtual void TimeShiftSeekTo (long timeMs);
[<Android.Runtime.Register("timeShiftSeekTo", "(J)V", "GetTimeShiftSeekTo_JHandler", ApiSince=23)>]
abstract member TimeShiftSeekTo : int64 -> unit
override this.TimeShiftSeekTo : int64 -> unit

Parameters

timeMs
Int64

The time position to seek to, in milliseconds since the epoch.

Attributes

Remarks

Java documentation for android.media.tv.TvView.timeShiftSeekTo(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