StreamMixingEvent enum

转推直播任务状态

Inheritance

Constructors

StreamMixingEvent()
const

Values

start → const StreamMixingEvent

请求发起转推直播任务

startSuccess → const StreamMixingEvent

发起转推直播任务成功

startFailed → const StreamMixingEvent

发起转推直播任务失败

update → const StreamMixingEvent

请求更新转推直播任务配置

updateSuccess → const StreamMixingEvent

成功更新转推直播任务配置

updateFailed → const StreamMixingEvent

更新转推直播任务配置失败

stop → const StreamMixingEvent

请求结束转推直播任务

stopSuccess → const StreamMixingEvent

结束转推直播任务成功

stopFailed → const StreamMixingEvent

结束转推直播任务失败

changeMixType → const StreamMixingEvent

更新转推直播任务配置的请求超时

firstAudioFrameByClientMix → const StreamMixingEvent

得到客户端合流音频首帧

firstVideoFrameByClientMix → const StreamMixingEvent

收到客户端合流视频首帧

updateTimeout → const StreamMixingEvent

更新转推直播任务配置超时

startTimeout → const StreamMixingEvent

发起转推直播任务配置超时

requestParamError → const StreamMixingEvent

合流布局参数错误

mixImage → const StreamMixingEvent

合流加图片

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