Share via


ExtensionSessionConfiguration.PostviewOutputConfiguration Property

Definition

Get the postview for still capture output configuration. -or- Set the postview for still capture output configuration.

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

Property Value

output configuration for postview

Attributes

Remarks

Property getter documentation:

Get the postview for still capture output configuration.

Java documentation for android.hardware.camera2.params.ExtensionSessionConfiguration.getPostviewOutputConfiguration().

Property setter documentation:

Set the postview for still capture output configuration.

Java documentation for android.hardware.camera2.params.ExtensionSessionConfiguration.setPostviewOutputConfiguration(android.hardware.camera2.params.OutputConfiguration).

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