Capability.Mode Property

Definition

Return the supported mode for this capability.

public int Mode { [Android.Runtime.Register("getMode", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getMode", "()I", "", ApiSince=30)>]
member this.Mode : int

Property Value

One of supported modes for the capability. For example, for available extended scene modes, this will be one of CameraMetadata#CONTROL_EXTENDED_SCENE_MODE_DISABLED, CameraMetadata#CONTROL_EXTENDED_SCENE_MODE_BOKEH_STILL_CAPTURE, and CameraMetadata#CONTROL_EXTENDED_SCENE_MODE_BOKEH_CONTINUOUS.

Attributes

Remarks

Return the supported mode for this capability.

Java documentation for android.hardware.camera2.params.Capability.getMode().

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