Serializable, Comparable<VideoAttributes.X264_PROFILE>public static enum VideoAttributes.X264_PROFILE extends Enum<VideoAttributes.X264_PROFILE>
| Enum Constant | Description |
|---|---|
BASELINE |
|
HIGH |
|
HIGH10 |
|
HIGH422 |
|
HIGH444 |
|
MAIN |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getModeName() |
|
static VideoAttributes.X264_PROFILE |
valueOf(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.
|
public static final VideoAttributes.X264_PROFILE BASELINE
public static final VideoAttributes.X264_PROFILE MAIN
public static final VideoAttributes.X264_PROFILE HIGH
public static final VideoAttributes.X264_PROFILE HIGH10
public static final VideoAttributes.X264_PROFILE HIGH422
public static final VideoAttributes.X264_PROFILE HIGH444
public static VideoAttributes.X264_PROFILE[] values()
for (VideoAttributes.X264_PROFILE c : VideoAttributes.X264_PROFILE.values()) System.out.println(c);
public static VideoAttributes.X264_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 String getModeName()
Copyright © 2019. All rights reserved.