public static enum VideoEncoderProperties.Profile extends Enum<VideoEncoderProperties.Profile>
| Enum Constant and Description |
|---|
H264_BASELINE |
H264_HIGH |
H264_MAIN |
H265_MAIN |
MJPEG |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
VideoEncoderProperties.Profile |
intern() |
String |
toString() |
static VideoEncoderProperties.Profile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoEncoderProperties.Profile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoEncoderProperties.Profile H264_BASELINE
public static final VideoEncoderProperties.Profile H264_HIGH
public static final VideoEncoderProperties.Profile H264_MAIN
public static final VideoEncoderProperties.Profile H265_MAIN
public static final VideoEncoderProperties.Profile MJPEG
public static VideoEncoderProperties.Profile[] values()
for (VideoEncoderProperties.Profile c : VideoEncoderProperties.Profile.values()) System.out.println(c);
public static VideoEncoderProperties.Profile valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic VideoEncoderProperties.Profile intern()
public String toString()
toString in class Enum<VideoEncoderProperties.Profile>Copyright © 2021. All rights reserved.