ExtensionSessionConfiguration.PostviewOutputConfiguration プロパティ

定義

出力構成をキャプチャするための postview を取得します。 または、出力構成をキャプチャするために postview を設定します。

public Android.Hardware.Camera2.Params.OutputConfiguration? PostviewOutputConfiguration { [Android.Runtime.Register("getPostviewOutputConfiguration", "()Landroid/hardware/camera2/params/OutputConfiguration;", "", ApiSince=34)] get; [Android.Runtime.Register("setPostviewOutputConfiguration", "(Landroid/hardware/camera2/params/OutputConfiguration;)V", "", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getPostviewOutputConfiguration", "()Landroid/hardware/camera2/params/OutputConfiguration;", "", ApiSince=34)>]
[<set: Android.Runtime.Register("setPostviewOutputConfiguration", "(Landroid/hardware/camera2/params/OutputConfiguration;)V", "", ApiSince=34)>]
member this.PostviewOutputConfiguration : Android.Hardware.Camera2.Params.OutputConfiguration with get, set

プロパティ値

postview の出力構成

属性

注釈

プロパティ getter のドキュメント:

出力構成をキャプチャするための postview を取得します。

の Java ドキュメント android.hardware.camera2.params.ExtensionSessionConfiguration.getPostviewOutputConfiguration()

プロパティ セッターのドキュメント:

出力構成をキャプチャするための postview を設定します。

の Java ドキュメント android.hardware.camera2.params.ExtensionSessionConfiguration.setPostviewOutputConfiguration(android.hardware.camera2.params.OutputConfiguration)

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

適用対象