InjectStreamStatus enum

States of importing an external video stream in the interactive live streaming.

Inheritance

Constructors

InjectStreamStatus()
const

Values

StartSuccess → const InjectStreamStatus

0: The external video stream is imported successfully.

StartAlreadyExists → const InjectStreamStatus

1: The external video stream already exists.

StartUnauthorized → const InjectStreamStatus

2: The external video stream to be imported is unauthorized.

StartTimedout → const InjectStreamStatus

3: A timeout occurs when importing the external video stream.

StartFailed → const InjectStreamStatus

4: The SDK fails to import the external video stream.

StopSuccess → const InjectStreamStatus

5: The SDK successfully stops importing the external video stream.

StopNotFound → const InjectStreamStatus

6: The external video stream to be stopped importing is not found.

StopUnauthorized → const InjectStreamStatus

7: The external video stream to be stopped importing is unauthorized.

StopTimedout → const InjectStreamStatus

8: A timeout occurs when stopping importing the external video stream.

StopFailed → const InjectStreamStatus

9: The SDK fails to stop importing the external video stream.

Broken → const InjectStreamStatus

10: The external video stream is corrupted.

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.