TvInputState 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.
Enumerates values returned by several types and taken as a parameter of the F:Android.Media.TV.TvInputManager+TvInputCallback.OnInputStateChanged member.
public enum TvInputState
type TvInputState =
- Inheritance
-
TvInputState
Fields
| Name | Value | Description |
|---|---|---|
| Connected | 0 | State for getInputState(String) and TvInputCallback.onInputStateChanged(String,int): The input source is connected. This state indicates that a source device is connected to the input port and is in the normal operation mode. It is mostly relevant to hardware inputs such as HDMI input. Non-hardware inputs are considered connected all the time. 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. |
| ConnectedStandby | 1 | State for getInputState(String) and TvInputCallback.onInputStateChanged(String,int): The input source is connected but in standby mode. This state indicates that a source device is connected to the input port but is in standby or low power mode. It is mostly relevant to hardware inputs such as HDMI input and Component inputs. 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. |
| Disconnected | 2 | State for getInputState(String) and TvInputCallback.onInputStateChanged(String,int): The input source is disconnected. This state indicates that a source device is disconnected from the input port. It is mostly relevant to hardware inputs such as HDMI input. 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. |
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.