ByteRTCSubtitleErrorCode enum
Values
- ByteRTCSubtitleErrorCodeUnknow → const ByteRTCSubtitleErrorCode
-
@brief The client side failed to identity error codes sent by cloud media processing.
- ByteRTCSubtitleErrorCodeSuccess → const ByteRTCSubtitleErrorCode
-
@brief Subtitles are turned on.
- ByteRTCSubtitleErrorCodePostProcessError → const ByteRTCSubtitleErrorCode
-
@brief Errors occurred concerning cloud media processing. Please contact the technical support.
- ByteRTCSubtitleErrorCodeASRConnectionError → const ByteRTCSubtitleErrorCode
-
@brief Failed to connect to the third-party service. Please contact the technical support.
- ByteRTCSubtitleErrorCodeASRServiceError → const ByteRTCSubtitleErrorCode
-
@brief Errors occurred concerning the third-party service. Please contact the technical support.
- ByteRTCSubtitleErrorCodeBeforeJoinRoom → const ByteRTCSubtitleErrorCode
-
@brief Failed to call
startSubtitle. Please join the room first. - ByteRTCSubtitleErrorCodeAlreadyOn → const ByteRTCSubtitleErrorCode
-
@brief Subtitles are already on. There is no need to call
startSubtitleagain. - ByteRTCSubtitleErrorCodeUnsupportedLanguage → const ByteRTCSubtitleErrorCode
-
@brief The target language you chose is not Unsupported.
- ByteRTCSubtitleErrorCodePostProcessTimeout → const ByteRTCSubtitleErrorCode
-
@brief Cloud media processing is timeout. Please contact the technical support.
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.