NERtcCaptureExtraRotation enum

摄像头额外旋转信息

Inheritance

Constructors

NERtcCaptureExtraRotation()
const

Values

kNERtcCaptureExtraRotationDefault → const NERtcCaptureExtraRotation

(默认)没有额外的旋转信息,直接使用系统旋转参数处理

kNERtcCaptureExtraRotationClockWise90 → const NERtcCaptureExtraRotation

在系统旋转信息的基础上,额外顺时针旋转90度

kNERtcCaptureExtraRotation180 → const NERtcCaptureExtraRotation

在系统旋转信息的基础上,额外旋转180度

kNERtcCaptureExtraRotationAntiClockWise90 → const NERtcCaptureExtraRotation

在系统旋转信息的基础上,额外逆时针旋转90度

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NERtcCaptureExtraRotation>
A constant List of the values in this enum, in order of their declaration.