TranscodingError enum
Values
- TRANSCODING_ERROR_OK → const TranscodingError
-
@brief 推流成功。
- TRANSCODING_ERROR_INVALID_ARGUMENT → const TranscodingError
-
@brief 推流参数错误。你必须更新合流参数并重试。
- TRANSCODING_ERROR_SUBSCRIBE → const TranscodingError
-
@brief 和 RTC 服务端建立连接失败。会自动重连
- TRANSCODING_ERROR_PROCESSING → const TranscodingError
-
@brief 合流服务中间过程存在错误,建议重试。
- TRANSCODING_ERROR_PUBLISH → const TranscodingError
-
@brief 推流失败,可以等待服务端重新推流。
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.