Share via


OutputConfiguration.MirrorModeH Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.MirrorMode enum directly instead of this field.

Camera output is mirrored horizontally

[Android.Runtime.Register("MIRROR_MODE_H", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.MirrorMode enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.Params.MirrorMode MirrorModeH = 2;
[<Android.Runtime.Register("MIRROR_MODE_H", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.MirrorMode enum directly instead of this field.", true)>]
val mutable MirrorModeH : Android.Hardware.Camera2.Params.MirrorMode

Field Value

Value = 2

Implements

Attributes

Remarks

Camera output is mirrored horizontally

The camera output is mirrored horizontally, the same behavior as in AUTO mode for front facing camera.

Java documentation for android.hardware.camera2.params.OutputConfiguration.MIRROR_MODE_H.

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