MixedStreamEvent enum

Events during pushing streams to CDN. (New)

Inheritance
Available extensions

Values

start → const MixedStreamEvent

Request to start the task of pushing streams to CDN.

startSuccess → const MixedStreamEvent

The task to push streams to CDN started.

startFailed → const MixedStreamEvent

Failed to start the task to push streams to CDN.

update → const MixedStreamEvent

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

updateSuccess → const MixedStreamEvent

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

updateFailed → const MixedStreamEvent

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

stop → const MixedStreamEvent

Request to stop the task to push streams to CDN.

stopSuccess → const MixedStreamEvent

The task to push streams to CDN stopped.

stopFailed → const MixedStreamEvent

Failed to stop the task to push streams to CDN.

changeMixType → const MixedStreamEvent

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

firstAudioFrameByClientMix → const MixedStreamEvent

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

firstVideoFrameByClientMix → const MixedStreamEvent

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

updateTimeout → const MixedStreamEvent

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

startTimeout → const MixedStreamEvent

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

requestParamError → const MixedStreamEvent

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

mixImage → const MixedStreamEvent

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