public static enum H264Const.PartPred extends Enum<H264Const.PartPred>
Modifier and Type | Method and Description |
---|---|
static H264Const.PartPred |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H264Const.PartPred[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final H264Const.PartPred L0
public static final H264Const.PartPred L1
public static final H264Const.PartPred Bi
public static final H264Const.PartPred Direct
public static H264Const.PartPred[] values()
for (H264Const.PartPred c : H264Const.PartPred.values()) System.out.println(c);
public static H264Const.PartPred 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 nullCopyright © 2019. All rights reserved.