Skip to content

Instantly share code, notes, and snippets.

@moshfeu
Created January 6, 2019 10:27
Show Gist options
  • Save moshfeu/83bbcbadb3b690351f5a582c39f936bc to your computer and use it in GitHub Desktop.
Save moshfeu/83bbcbadb3b690351f5a582c39f936bc to your computer and use it in GitHub Desktop.
enum for audio youtube qualities
// https://gist.github.com/sidneys/7095afe4da4ae58694d128b1034e01e2
export enum ITagYtQuality {
m4a_48k = 139,
webm_50k = 249,
webm_70k = 250,
m4a_128k = 140,
webm_128k = 171,
webm_160k = 251,
m4a_256k = 141,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment