public enum DolbyVisionProfile extends Enum<DolbyVisionProfile>
Enum Constant and Description |
---|
AVC3_09
avc3.09
|
DVHE_04
dvhe.04
|
DVHE_05
dvhe.05
|
DVHE_07
dvhe.07
|
HEV1_08
hev1.08
|
Modifier and Type | Method and Description |
---|---|
static DolbyVisionProfile |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static DolbyVisionProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DolbyVisionProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DolbyVisionProfile DVHE_04
public static final DolbyVisionProfile DVHE_05
public static final DolbyVisionProfile DVHE_07
public static final DolbyVisionProfile HEV1_08
public static final DolbyVisionProfile AVC3_09
public static DolbyVisionProfile[] values()
for (DolbyVisionProfile c : DolbyVisionProfile.values()) System.out.println(c);
public static DolbyVisionProfile 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 getValue()
public String toString()
toString
in class Enum<DolbyVisionProfile>
public static DolbyVisionProfile fromValue(String text)
Copyright © 2025. All rights reserved.