SessionConfiguration.SessionParameters 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.
Retrieve the session wide camera parameters (see CaptureRequest). -or- Sets the session wide camera parameters (see CaptureRequest).
public Android.Hardware.Camera2.CaptureRequest? SessionParameters { [Android.Runtime.Register("getSessionParameters", "()Landroid/hardware/camera2/CaptureRequest;", "", ApiSince=28)] get; [Android.Runtime.Register("setSessionParameters", "(Landroid/hardware/camera2/CaptureRequest;)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getSessionParameters", "()Landroid/hardware/camera2/CaptureRequest;", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setSessionParameters", "(Landroid/hardware/camera2/CaptureRequest;)V", "", ApiSince=28)>]
member this.SessionParameters : Android.Hardware.Camera2.CaptureRequest with get, set
Property Value
A capture request that includes the initial values for any available session wide capture keys.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.hardware.camera2.params.SessionConfiguration.getSessionParameters().
Property setter documentation:
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.