AlivcLiveTranscodingConfig class

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

getBackgroundColor() Future<int>
获取混合后画面的底色颜色
getCropMode() Future<AlivcLiveTranscodingCropMode>
获取混合后视频画面裁剪模式
getMixStreams() Future<List<AlivcLiveMixStream>>
获取云端混流(转码)中每一路子画面的位置信息
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBackgroundColor(int backgroundColor) Future<void>
混合后画面的底色颜色
setCropMode(AlivcLiveTranscodingCropMode cropMode) Future<void>
设置混合后视频画面裁剪模式
setMixStreams(List<AlivcLiveMixStream> mixStreams) Future<void>
添加云端混流(转码)中每一路子画面的位置信息
toString() String
A string representation of this object.
inherited

Operators

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