Share via


DeviceStateSensorOrientationMap.Normal Field

Definition

The device is in its normal physical configuration.

[Android.Runtime.Register("NORMAL", ApiSince=32)]
public const long Normal = 0;
[<Android.Runtime.Register("NORMAL", ApiSince=32)>]
val mutable Normal : int64

Field Value

Value = 0
Attributes

Remarks

The device is in its normal physical configuration. This is the default if the device does not support multiple different states.

Java documentation for android.hardware.camera2.params.DeviceStateSensorOrientationMap.NORMAL.

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