public static enum VideoFrame.ColorSpace.Range extends java.lang.Enum<VideoFrame.ColorSpace.Range>
Modifier and Type | Method and Description |
---|---|
int |
getRange() |
static VideoFrame.ColorSpace.Range |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoFrame.ColorSpace.Range[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoFrame.ColorSpace.Range Invalid
public static final VideoFrame.ColorSpace.Range Limited
public static final VideoFrame.ColorSpace.Range Full
public static final VideoFrame.ColorSpace.Range Derived
public static VideoFrame.ColorSpace.Range[] values()
for (VideoFrame.ColorSpace.Range c : VideoFrame.ColorSpace.Range.values()) System.out.println(c);
public static VideoFrame.ColorSpace.Range 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 nullpublic int getRange()