AlivcLivePlayConfig class

Constructors

AlivcLivePlayConfig.init()
创建AlivcLivePlayConfig实例

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMirror() Future<bool>
获取播放是否镜像
getRenderMode() Future<AlivcLivePlayRenderMode>
获取渲染模式
getRotationMode() Future<AlivcLivePlayRotationMode>
获取旋转角度
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIsFullScreen(bool isFullScreen) Future<void>
播放是否全屏
setMirror(bool mirror) Future<void>
设置播放是否镜像
setRenderMode(AlivcLivePlayRenderMode renderMode) Future<void>
设置渲染模式
setRotationMode(AlivcLivePlayRotationMode rotationMode) Future<void>
设置旋转角度
toString() String
A string representation of this object.
inherited

Operators

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