TvInputManager.TimeShiftModeNetwork 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: network.

[Android.Runtime.Register("TIME_SHIFT_MODE_NETWORK", 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 TimeShiftModeNetwork = 3;
[<Android.Runtime.Register("TIME_SHIFT_MODE_NETWORK", 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 TimeShiftModeNetwork : Android.Media.TV.TimeShiftMode

Field Value

Value = 3
Attributes

Remarks

Time shift mode: network.

Time shift is handle remotely via network. E.g. online streaming.

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

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