InjectStreamStatus enum

State of importing an external video stream in a live broadcast.

Inheritance

Constructors

InjectStreamStatus()
const

Values

StartSuccess → const InjectStreamStatus

The external video stream imported successfully.

StartAlreadyExists → const InjectStreamStatus

The external video stream already exists.

StartUnauthorized → const InjectStreamStatus

The external video stream import is unauthorized.

StartTimedout → const InjectStreamStatus

Import external video stream timeout.

StartFailed → const InjectStreamStatus

The external video stream failed to import.

StopSuccess → const InjectStreamStatus

The external video stream imports successfully.

StopNotFound → const InjectStreamStatus

No external video stream is found.

StopUnauthorized → const InjectStreamStatus

The external video stream is stopped from being unauthorized.

StopTimedout → const InjectStreamStatus

Importing the external video stream timeout.

StopFailed → const InjectStreamStatus

Importing the external video stream failed.

Broken → const InjectStreamStatus

The external video stream import is interrupted.

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