Share via


TvInputManager.TimeShiftModeLocal Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.TV.TimeShiftMode enum directly instead of this field.

Time shift mode: local.

[Android.Runtime.Register("TIME_SHIFT_MODE_LOCAL", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.TimeShiftMode enum directly instead of this field.", true)]
public const Android.Media.TV.TimeShiftMode TimeShiftModeLocal = 2;
[<Android.Runtime.Register("TIME_SHIFT_MODE_LOCAL", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.TimeShiftMode enum directly instead of this field.", true)>]
val mutable TimeShiftModeLocal : Android.Media.TV.TimeShiftMode

Field Value

Value = 2
Attributes

Remarks

Time shift mode: local.

Time shift is handle locally, using on-device data. E.g. playing a local file.

Java documentation for android.media.tv.TvInputManager.TIME_SHIFT_MODE_LOCAL.

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