InputDevice.SourceHdmi Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.

The input source is a device connected through HDMI-based bus.

[Android.Runtime.Register("SOURCE_HDMI")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)]
public const Android.Views.InputSourceType SourceHdmi = 33554433;
[<Android.Runtime.Register("SOURCE_HDMI")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)>]
val mutable SourceHdmi : Android.Views.InputSourceType

Field Value

Value = 33554433

Implements

Attributes

Remarks

The input source is a device connected through HDMI-based bus.

The key comes in through HDMI-CEC or MHL signal line, and is treated as if it were generated by a locally connected DPAD or keyboard.

Java documentation for android.view.InputDevice.SOURCE_HDMI.

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