ByteRTCSubtitleErrorCode enum
Values
- ByteRTCSubtitleErrorCodeUnknow → const ByteRTCSubtitleErrorCode
-
@brief 客户端无法识别云端媒体处理发送的错误码。
- ByteRTCSubtitleErrorCodeSuccess → const ByteRTCSubtitleErrorCode
-
@brief 字幕已开启。
- ByteRTCSubtitleErrorCodePostProcessError → const ByteRTCSubtitleErrorCode
-
@brief 云端媒体处理内部出现错误,请联系技术支持。
- ByteRTCSubtitleErrorCodeASRConnectionError → const ByteRTCSubtitleErrorCode
-
@brief 第三方服务连接失败,请联系技术支持。
- ByteRTCSubtitleErrorCodeASRServiceError → const ByteRTCSubtitleErrorCode
-
@brief 第三方服务内部出现错误,请联系技术支持。
- ByteRTCSubtitleErrorCodeBeforeJoinRoom → const ByteRTCSubtitleErrorCode
-
@brief 未进房导致调用
startSubtitle失败。请加入房间后再调用此方法。 - ByteRTCSubtitleErrorCodeAlreadyOn → const ByteRTCSubtitleErrorCode
-
@brief 字幕已开启,无需重复调用
startSubtitle。 - ByteRTCSubtitleErrorCodeUnsupportedLanguage → const ByteRTCSubtitleErrorCode
-
@brief 用户选择的目标语言目前暂不支持。
- ByteRTCSubtitleErrorCodePostProcessTimeout → const ByteRTCSubtitleErrorCode
-
@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<
ByteRTCSubtitleErrorCode> - A constant List of the values in this enum, in order of their declaration.