public static enum TrackInfo.VideoHDRType extends java.lang.Enum<TrackInfo.VideoHDRType>
| Enum Constant and Description |
|---|
VideoHDRType_HDR10 |
VideoHDRType_SDR |
| Modifier and Type | Method and Description |
|---|---|
static TrackInfo.VideoHDRType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrackInfo.VideoHDRType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackInfo.VideoHDRType VideoHDRType_SDR
public static final TrackInfo.VideoHDRType VideoHDRType_HDR10
public static TrackInfo.VideoHDRType[] values()
for (TrackInfo.VideoHDRType c : TrackInfo.VideoHDRType.values()) System.out.println(c);
public static TrackInfo.VideoHDRType 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