InputDevice.SourceHdmi フィールド

定義

注意事項

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

入力ソースは、HDMI ベースのバスを介して接続されたデバイスです。

[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

フィールド値

Value = 33554433

実装

属性

注釈

入力ソースは、HDMI ベースのバスを介して接続されたデバイスです。

キーは HDMI-CEC または MHL 信号ラインを介して入力され、ローカルに接続された DPAD またはキーボードによって生成されたかのように扱われます。

android.view.InputDevice.SOURCE_HDMIJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象