public static enum YoutubeInfo.Encoding extends Enum<YoutubeInfo.Encoding>
| Enum Constant and Description |
|---|
AAC |
H263 |
H264 |
MP3 |
MP4 |
VORBIS |
VP8 |
VP9 |
| Modifier and Type | Method and Description |
|---|---|
static YoutubeInfo.Encoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YoutubeInfo.Encoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YoutubeInfo.Encoding H263
public static final YoutubeInfo.Encoding H264
public static final YoutubeInfo.Encoding VP8
public static final YoutubeInfo.Encoding VP9
public static final YoutubeInfo.Encoding MP4
public static final YoutubeInfo.Encoding MP3
public static final YoutubeInfo.Encoding AAC
public static final YoutubeInfo.Encoding VORBIS
public static YoutubeInfo.Encoding[] values()
for (YoutubeInfo.Encoding c : YoutubeInfo.Encoding.values()) System.out.println(c);
public static YoutubeInfo.Encoding 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.