public static enum VideoFrame.ColorSpace.Primary extends java.lang.Enum<VideoFrame.ColorSpace.Primary>
Enum Constant and Description |
---|
BT470BG |
BT470M |
BT709 |
kBT2020 |
kFILM |
kJEDECP22 |
kSMPTE170M |
kSMPTE240M |
kSMPTEST428 |
kSMPTEST431 |
kSMPTEST432 |
Unspecified |
Modifier and Type | Method and Description |
---|---|
int |
getPrimary() |
static VideoFrame.ColorSpace.Primary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoFrame.ColorSpace.Primary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoFrame.ColorSpace.Primary BT709
public static final VideoFrame.ColorSpace.Primary Unspecified
public static final VideoFrame.ColorSpace.Primary BT470M
public static final VideoFrame.ColorSpace.Primary BT470BG
public static final VideoFrame.ColorSpace.Primary kSMPTE170M
public static final VideoFrame.ColorSpace.Primary kSMPTE240M
public static final VideoFrame.ColorSpace.Primary kFILM
public static final VideoFrame.ColorSpace.Primary kBT2020
public static final VideoFrame.ColorSpace.Primary kSMPTEST428
public static final VideoFrame.ColorSpace.Primary kSMPTEST431
public static final VideoFrame.ColorSpace.Primary kSMPTEST432
public static final VideoFrame.ColorSpace.Primary kJEDECP22
public static VideoFrame.ColorSpace.Primary[] values()
for (VideoFrame.ColorSpace.Primary c : VideoFrame.ColorSpace.Primary.values()) System.out.println(c);
public static VideoFrame.ColorSpace.Primary 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 getPrimary()