public static enum PlayerConfig.PixelNumber extends java.lang.Enum<PlayerConfig.PixelNumber>
PlayerConfig.mMaxAllowedAbrVideoPixelNumber.
For guidance only; actual pixel count may vary by aspect ratio.| Enum Constant and Description |
|---|
Resolution_1080P |
Resolution_2K |
Resolution_360P |
Resolution_480P |
Resolution_4K |
Resolution_540P |
Resolution_720P |
Resolution_NoLimit |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static PlayerConfig.PixelNumber |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerConfig.PixelNumber[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayerConfig.PixelNumber Resolution_360P
public static final PlayerConfig.PixelNumber Resolution_480P
public static final PlayerConfig.PixelNumber Resolution_540P
public static final PlayerConfig.PixelNumber Resolution_720P
public static final PlayerConfig.PixelNumber Resolution_1080P
public static final PlayerConfig.PixelNumber Resolution_2K
public static final PlayerConfig.PixelNumber Resolution_4K
public static final PlayerConfig.PixelNumber Resolution_NoLimit
public static PlayerConfig.PixelNumber[] values()
for (PlayerConfig.PixelNumber c : PlayerConfig.PixelNumber.values()) System.out.println(c);
public static PlayerConfig.PixelNumber 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 getValue()