Package io.agora.rtc2
Enum Class IH265TranscoderObserver.H265TranscodeResult
java.lang.Object
java.lang.Enum<IH265TranscoderObserver.H265TranscodeResult>
io.agora.rtc2.IH265TranscoderObserver.H265TranscodeResult
- All Implemented Interfaces:
Serializable,Comparable<IH265TranscoderObserver.H265TranscodeResult>,Constable
- Enclosing interface:
- IH265TranscoderObserver
public static enum IH265TranscoderObserver.H265TranscodeResult
extends Enum<IH265TranscoderObserver.H265TranscodeResult>
The result of IH265Transcoder interface invoking.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription6: The request encountered a conflict, please try again.4: No permission to access the interface.5: The url of request is not found.7: Content type not supported.1: This request is invalid.9: Internal Server Error, you can try sending the request again.10: Service is unavailable.0: The request of operation is successfully.3: The token is expired, please update token.8: The requests are too frequent.2: Authentication failed, please check for correctness of token.-1: Unknown error. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
UNKNOWN
-1: Unknown error. -
SUCCESS
0: The request of operation is successfully. -
REQUEST_INVALID
1: This request is invalid. Possible reasons include incorrect parameters. -
UNAUTHORIZED
2: Authentication failed, please check for correctness of token. -
TOKEN_EXPIRED
3: The token is expired, please update token. -
FORBIDDEN
4: No permission to access the interface. -
NOT_FOUND
5: The url of request is not found. -
CONFLICTED
6: The request encountered a conflict, please try again. -
NOT_SUPPORTED
7: Content type not supported. -
TOO_OFTEN
8: The requests are too frequent. -
SERVER_INTERNAL_ERROR
9: Internal Server Error, you can try sending the request again. -
SERVICE_UNAVAILABLE
10: Service is unavailable.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
fromInt
-