]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-resolution.enum.ts
Improve advanced input filter
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-resolution.enum.ts
1 export const enum VideoResolution {
2 H_NOVIDEO = 0,
3 H_240P = 240,
4 H_360P = 360,
5 H_480P = 480,
6 H_720P = 720,
7 H_1080P = 1080,
8 H_1440P = 1440,
9 H_4K = 2160
10 }