MirrorType

摄像头镜像状态

此枚举定义了摄像头的镜像模式。

响应场景

模式描述
AUTO0自动,前置摄像头镜像,后置摄像头不镜像
ENABLE1前后摄像头均镜像
DISABLE2前后摄像头均不镜像

Entries

Link copied to clipboard

自动,前置摄像头镜像,后置摄像头不镜像。

Link copied to clipboard

前后摄像头均镜像。

Link copied to clipboard

前后摄像头均不镜像。

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.