CameraExtensionCharacteristics.SupportedExtensions プロパティ

定義

特定のカメラ デバイスでサポートされているデバイス固有の拡張機能の一覧を返します。

public System.Collections.Generic.IList<Java.Lang.Integer> SupportedExtensions { [Android.Runtime.Register("getSupportedExtensions", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSupportedExtensions", "()Ljava/util/List;", "", ApiSince=31)>]
member this.SupportedExtensions : System.Collections.Generic.IList<Java.Lang.Integer>

プロパティ値

使用可能な拡張機能の変更不可能な一覧

属性

注釈

特定のカメラ デバイスでサポートされているデバイス固有の拡張機能の一覧を返します。

の Java ドキュメント android.hardware.camera2.CameraExtensionCharacteristics.getSupportedExtensions()

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

適用対象