ExtensionSessionConfiguration.PostviewOutputConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Property setter documentation:
Set the postview for still capture output configuration.
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.