TimeShiftMode Enum
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.
public enum TimeShiftMode
type TimeShiftMode =
- Inheritance
-
TimeShiftMode
Fields
| Name | Value | Description |
|---|---|---|
| Off | 1 | Time shift mode: off. Time shift is disabled. Android reference for 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 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 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 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. |