InjectStreamStatus enum
State of importing an external video stream in a live broadcast.
Values
- StartSuccess → const InjectStreamStatus
-
The external video stream imported successfully.
- StartAlreadyExists → const InjectStreamStatus
-
The external video stream already exists.
-
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.
-
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
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.