ByteRTCMixedStreamTaskErrorCode enum
Values
- ByteRTCMixedStreamTaskErrorCodeOK → const ByteRTCMixedStreamTaskErrorCode
-
@brief 推流成功。
- ByteRTCMixedStreamTaskErrorCodeBase → const ByteRTCMixedStreamTaskErrorCode
-
@hidden currently not available @brief 预留错误码,未启用
- ByteRTCMixedStreamTaskErrorCodeTimeOut → const ByteRTCMixedStreamTaskErrorCode
-
@brief 任务处理超时,请检查网络状态并重试
- ByteRTCMixedStreamTaskErrorCodeInvalidParamByServer → const ByteRTCMixedStreamTaskErrorCode
-
@brief 服务端检测到错误的推流参数
- ByteRTCMixedStreamTaskErrorCodeSubTimeoutByServer → const ByteRTCMixedStreamTaskErrorCode
-
@brief 对流的订阅超时
- ByteRTCMixedStreamTaskErrorCodeInvalidStateByServer → const ByteRTCMixedStreamTaskErrorCode
-
@brief 合流服务端内部错误。
- ByteRTCMixedStreamTaskErrorCodeAuthenticationByCDN → const ByteRTCMixedStreamTaskErrorCode
-
@brief 合流服务端推 CDN 失败。
- ByteRTCMixedStreamTaskErrorCodeUnKnownErrorByServer → const ByteRTCMixedStreamTaskErrorCode
-
@brief 服务端未知错误。
- ByteRTCMixedStreamTaskErrorCodeSignalRequestTimeout → const ByteRTCMixedStreamTaskErrorCode
-
@brief 服务端接收信令超时,请检查网络状态并重试。
- ByteRTCMixedStreamTaskErrorCodeMixImageFailed → const ByteRTCMixedStreamTaskErrorCode
-
@brief 图片合流失败。
- ByteRTCMixedStreamTaskErrorCodeStreamSyncWorse → const ByteRTCMixedStreamTaskErrorCode
-
@hidden currently not available @brief 缓存未同步。
- ByteRTCMixedStreamTaskErrorCodePushWTNFailed → const ByteRTCMixedStreamTaskErrorCode
-
@brief 发布 WTN 流失败
- ByteRTCMixedStreamTaskErrorCodeMax → const ByteRTCMixedStreamTaskErrorCode
-
@hidden for internal use only
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<
ByteRTCMixedStreamTaskErrorCode> - A constant List of the values in this enum, in order of their declaration.