public static enum YoutubeInfo.YoutubeQuality extends Enum<YoutubeInfo.YoutubeQuality>
| Enum Constant and Description |
|---|
p1080 |
p144 |
p1440 |
p2160 |
p224 |
p2304 |
p240 |
p270 |
p3072 |
p360 |
p480 |
p520 |
p720 |
| Modifier and Type | Method and Description |
|---|---|
static YoutubeInfo.YoutubeQuality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YoutubeInfo.YoutubeQuality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YoutubeInfo.YoutubeQuality p3072
public static final YoutubeInfo.YoutubeQuality p2304
public static final YoutubeInfo.YoutubeQuality p2160
public static final YoutubeInfo.YoutubeQuality p1440
public static final YoutubeInfo.YoutubeQuality p1080
public static final YoutubeInfo.YoutubeQuality p720
public static final YoutubeInfo.YoutubeQuality p520
public static final YoutubeInfo.YoutubeQuality p480
public static final YoutubeInfo.YoutubeQuality p360
public static final YoutubeInfo.YoutubeQuality p270
public static final YoutubeInfo.YoutubeQuality p240
public static final YoutubeInfo.YoutubeQuality p224
public static final YoutubeInfo.YoutubeQuality p144
public static YoutubeInfo.YoutubeQuality[] values()
for (YoutubeInfo.YoutubeQuality c : YoutubeInfo.YoutubeQuality.values()) System.out.println(c);
public static YoutubeInfo.YoutubeQuality 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 © 2015. All Rights Reserved.