TranscodingError enum
Values
- TRANSCODING_ERROR_OK → const TranscodingError
-
@brief Successfully pushed streams to target CDN.
- TRANSCODING_ERROR_INVALID_ARGUMENT → const TranscodingError
-
@brief Parameter error. You should reset stream pushing parameters and try again.
- TRANSCODING_ERROR_SUBSCRIBE → const TranscodingError
-
@brief Failed to establish a connection with the RTC server. SDK will automatically retry.
- TRANSCODING_ERROR_PROCESSING → const TranscodingError
-
@brief There is an error in the process of stream mixing. We suggest you to try again.
- TRANSCODING_ERROR_PUBLISH → const TranscodingError
-
@brief Pushing the stream failed, you can wait for the server to push again.
Properties
- $value → dynamic
-
final
- 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<
TranscodingError> - A constant List of the values in this enum, in order of their declaration.