Language

TvInputState Enum

Definition

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 android.media.tv.TvInputManager.INPUT_STATE_CONNECTED.

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 android.media.tv.TvInputManager.INPUT_STATE_CONNECTED_STANDBY.

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 android.media.tv.TvInputManager.INPUT_STATE_DISCONNECTED.

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