TvInputManager.TimeShiftInvalidTime Field
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.
Value returned by TvInputService.Session#onTimeShiftGetCurrentPosition()
and
TvInputService.Session#onTimeShiftGetStartPosition()
when time shifting has not
yet started.
[Android.Runtime.Register("TIME_SHIFT_INVALID_TIME", ApiSince=23)]
public const long TimeShiftInvalidTime = -9223372036854775808;
[<Android.Runtime.Register("TIME_SHIFT_INVALID_TIME", ApiSince=23)>]
val mutable TimeShiftInvalidTime : int64
Field Value
Value = -9223372036854775808- Attributes
Remarks
Value returned by TvInputService.Session#onTimeShiftGetCurrentPosition()
and TvInputService.Session#onTimeShiftGetStartPosition()
when time shifting has not yet started.
Java documentation for android.media.tv.TvInputManager.TIME_SHIFT_INVALID_TIME
.
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.