-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum EncoderOutputCodec extends Enum<EncoderOutputCodec>
Output codec used for encoding the video: 0 = x264, 1 = vp9, 2 = hevc, 3 = av1.
Values: _0,_1,_2,_3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEncoderOutputCodec.Companion
-
Method Summary
-
-
Method Detail
-
toString
String toString()
Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.
This solves a problem when the variable name and its value are different, and ensures that the client sends the correct enum values to the server always.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-