public static enum VideoEntities.CodecItem.CodecId extends java.lang.Enum<VideoEntities.CodecItem.CodecId>
| Enum Constant and Description |
|---|
HARD_ENCODER_H264 |
HARD_ENCODER_H265 |
SOFT_ENCODER_X264 |
| Modifier and Type | Method and Description |
|---|---|
static VideoEntities.CodecItem.CodecId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoEntities.CodecItem.CodecId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoEntities.CodecItem.CodecId SOFT_ENCODER_X264
public static final VideoEntities.CodecItem.CodecId HARD_ENCODER_H264
public static final VideoEntities.CodecItem.CodecId HARD_ENCODER_H265
public static VideoEntities.CodecItem.CodecId[] values()
for (VideoEntities.CodecItem.CodecId c : VideoEntities.CodecItem.CodecId.values()) System.out.println(c);
public static VideoEntities.CodecItem.CodecId valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null