V2TXLiveMirrorType enum

本地视频画面预览镜像类型。

Inheritance

Constructors

V2TXLiveMirrorType()
const

Values

v2TXLiveMirrorTypeAuto → const V2TXLiveMirrorType

系统默认镜像类型,前置摄像头镜像,后置摄像头不镜像

v2TXLiveMirrorTypeEnable → const V2TXLiveMirrorType

前置摄像头和后置摄像头,都切换为镜像模式

v2TXLiveMirrorTypeDisable → const V2TXLiveMirrorType

前置摄像头和后置摄像头,都切换为非镜像模式

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<V2TXLiveMirrorType>
A constant List of the values in this enum, in order of their declaration.