| Package | Description |
|---|---|
| com.github.axet.vget.vhs |
| Modifier and Type | Field and Description |
|---|---|
YoutubeInfo.AudioQuality |
YoutubeInfo.StreamCombined.aq |
YoutubeInfo.AudioQuality |
YoutubeInfo.StreamAudio.aq |
| Modifier and Type | Method and Description |
|---|---|
static YoutubeInfo.AudioQuality |
YoutubeInfo.AudioQuality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YoutubeInfo.AudioQuality[] |
YoutubeInfo.AudioQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
YoutubeInfo.StreamAudio(YoutubeInfo.Container c,
YoutubeInfo.Encoding a,
YoutubeInfo.AudioQuality q) |
YoutubeInfo.StreamCombined(YoutubeInfo.Container c,
YoutubeInfo.Encoding v,
YoutubeInfo.YoutubeQuality vq,
YoutubeInfo.Encoding a,
YoutubeInfo.AudioQuality aq) |
Copyright © 2015. All Rights Reserved.