public static enum YouTubeInfo.AudioQuality extends Enum<YouTubeInfo.AudioQuality>
| Enum Constant and Description |
|---|
k128 |
k160 |
k192 |
k24 |
k256 |
k36 |
k48 |
k50 |
k64 |
k70 |
k96 |
| Modifier and Type | Method and Description |
|---|---|
static YouTubeInfo.AudioQuality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YouTubeInfo.AudioQuality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YouTubeInfo.AudioQuality k256
public static final YouTubeInfo.AudioQuality k192
public static final YouTubeInfo.AudioQuality k160
public static final YouTubeInfo.AudioQuality k128
public static final YouTubeInfo.AudioQuality k96
public static final YouTubeInfo.AudioQuality k70
public static final YouTubeInfo.AudioQuality k64
public static final YouTubeInfo.AudioQuality k50
public static final YouTubeInfo.AudioQuality k48
public static final YouTubeInfo.AudioQuality k36
public static final YouTubeInfo.AudioQuality k24
public static YouTubeInfo.AudioQuality[] values()
for (YouTubeInfo.AudioQuality c : YouTubeInfo.AudioQuality.values()) System.out.println(c);
public static YouTubeInfo.AudioQuality 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 © 2016. All Rights Reserved.