Package ws.schild.jave
Enum VideoAttributes.X264_PROFILE
- java.lang.Object
-
- java.lang.Enum<VideoAttributes.X264_PROFILE>
-
- ws.schild.jave.VideoAttributes.X264_PROFILE
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<VideoAttributes.X264_PROFILE>,java.lang.constant.Constable
- Enclosing class:
- VideoAttributes
public static enum VideoAttributes.X264_PROFILE extends java.lang.Enum<VideoAttributes.X264_PROFILE>
-
-
Method Summary
Modifier and Type Method Description java.lang.StringgetModeName()static VideoAttributes.X264_PROFILEvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VideoAttributes.X264_PROFILE[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BASELINE
public static final VideoAttributes.X264_PROFILE BASELINE
-
MAIN
public static final VideoAttributes.X264_PROFILE MAIN
-
HIGH
public static final VideoAttributes.X264_PROFILE HIGH
-
HIGH10
public static final VideoAttributes.X264_PROFILE HIGH10
-
HIGH422
public static final VideoAttributes.X264_PROFILE HIGH422
-
HIGH444
public static final VideoAttributes.X264_PROFILE HIGH444
-
-
Method Detail
-
values
public static VideoAttributes.X264_PROFILE[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VideoAttributes.X264_PROFILE valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getModeName
public java.lang.String getModeName()
-
-