Browse Source

resolutions: add 540p aka qHD

release-8443
Saúl Ibarra Corretgé 6 years ago
parent
commit
d2581a18a2
1 changed files with 14 additions and 4 deletions
  1. 14
    4
      service/RTC/Resolutions.js

+ 14
- 4
service/RTC/Resolutions.js View File

2
     '1080': {
2
     '1080': {
3
         width: 1920,
3
         width: 1920,
4
         height: 1080,
4
         height: 1080,
5
-        order: 7
5
+        order: 8
6
     },
6
     },
7
     'fullhd': {
7
     'fullhd': {
8
         width: 1920,
8
         width: 1920,
9
         height: 1080,
9
         height: 1080,
10
-        order: 7
10
+        order: 8
11
     },
11
     },
12
     '720': {
12
     '720': {
13
         width: 1280,
13
         width: 1280,
14
         height: 720,
14
         height: 720,
15
-        order: 6
15
+        order: 7
16
     },
16
     },
17
     'hd': {
17
     'hd': {
18
         width: 1280,
18
         width: 1280,
19
         height: 720,
19
         height: 720,
20
-        order: 6
20
+        order: 7
21
     },
21
     },
22
     '960': {
22
     '960': {
23
         width: 960,
23
         width: 960,
24
         height: 720,
24
         height: 720,
25
+        order: 6
26
+    },
27
+    '540': {
28
+        width: 960,
29
+        height: 540,
30
+        order: 5
31
+    },
32
+    'qhd': {
33
+        width: 960,
34
+        height: 540,
25
         order: 5
35
         order: 5
26
     },
36
     },
27
 
37
 

Loading…
Cancel
Save