Language

TimeShiftStatus Enum

Definition

public enum TimeShiftStatus
type TimeShiftStatus = 
Inheritance
TimeShiftStatus

Fields

Name Value Description
Unknown 0

Status for TvInputService.Session.notifyTimeShiftStatusChanged(int) and TvView.TvInputCallback.onTimeShiftStatusChanged(String,int): Unknown status. Also the status prior to calling notifyTimeShiftStatusChanged.

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

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.

Unsupported 1

Status for TvInputService.Session.notifyTimeShiftStatusChanged(int) and TvView.TvInputCallback.onTimeShiftStatusChanged(String,int): The current TV input does not support time shifting.

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

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.

Unavailable 2

Status for TvInputService.Session.notifyTimeShiftStatusChanged(int) and TvView.TvInputCallback.onTimeShiftStatusChanged(String,int): Time shifting is currently unavailable but might work again later.

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

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.

Available 3

Status for TvInputService.Session.notifyTimeShiftStatusChanged(int) and TvView.TvInputCallback.onTimeShiftStatusChanged(String,int): Time shifting is currently available. In this status, the application assumes it can pause/resume playback, seek to a specified time position and set playback rate and audio mode.

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

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.

Remarks

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