1
0
Fork 0
peertube/shared/models/videos/video-resolution.enum.ts
2017-10-03 15:31:26 +02:00

8 lines
129 B
TypeScript

export enum VideoResolution {
ORIGINAL = 0,
H_240P = 240,
H_360P = 360,
H_480P = 480,
H_720P = 720,
H_1080P = 1080
}