SessionConfiguration.SessionParameters Property

Definition

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

CaptureRequest

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:

Java documentation for android.hardware.camera2.params.SessionConfiguration.setSessionParameters(android.hardware.camera2.CaptureRequest).

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