StreamMixingEvent enum

Events during pushing streams to CDN.

Inheritance
Available extensions

Values

start → const StreamMixingEvent

Request to start the task of pushing streams to CDN.

startSuccess → const StreamMixingEvent

The task to push streams to CDN started.

startFailed → const StreamMixingEvent

Failed to start the task to push streams to CDN.

update → const StreamMixingEvent

Request to update the configuration for the task to push streams to CDN.

updateSuccess → const StreamMixingEvent

Successfully update the configuration for the task to push streams to CDN.

updateFailed → const StreamMixingEvent

Failed to update the configuration for the task to push streams to CDN.

stop → const StreamMixingEvent

Request to stop the task to push streams to CDN.

stopSuccess → const StreamMixingEvent

The task to push streams to CDN stopped.

stopFailed → const StreamMixingEvent

Failed to stop the task to push streams to CDN.

changeMixType → const StreamMixingEvent

Timeout for the request to update the configuration for the task to push streams to CDN.

firstAudioFrameByClientMix → const StreamMixingEvent

Got the first frame of the mixed audio stream by client.

firstVideoFrameByClientMix → const StreamMixingEvent

Got the first frame of the mixed video stream by client.

updateTimeout → const StreamMixingEvent

Timeout for the request to update the configuration for the task to push streams to CDN.

startTimeout → const StreamMixingEvent

Timeout for the request to start the task to push streams to CDN.

requestParamError → const StreamMixingEvent

Error in the parameters of the request for the task to push streams to CDN.

mixImage → const StreamMixingEvent

Mixing image.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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.