Language

TimeShiftMode Enum

Definition

public enum TimeShiftMode
type TimeShiftMode = 
Inheritance
TimeShiftMode

Fields

Name Value Description
Off 1

Time shift mode: off.

Time shift is disabled.

Android reference for android.media.tv.TvInputManager.TIME_SHIFT_MODE_OFF.

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.

Local 2

Time shift mode: local.

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

Android reference 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.

Network 3

Time shift mode: network.

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

Android reference 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.

Auto 4

Time shift mode: auto.

Time shift mode is handled automatically.

Android reference for android.media.tv.TvInputManager.TIME_SHIFT_MODE_AUTO.

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