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