UNPKG
react-native-pili
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.2
2.1.1
2.0.1
2.0.0
0.0.2
0.0.1
Pili Streaming Cloud React Native SDK
github.com/buhe/react-native-pili
buhe/react-native-pili
react-native-pili
/
StreamingConst.js
25 lines
(23 loc)
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/** * Created by buhe on 16/7/14. */
const
video_encoding = {
get
_240
(){
return
0
; },
get
_480
(){
return
1
; },
get
_544
(){
return
2
; },
get
_720
(){
return
3
; },
get
_1088
(){
return
4
; }, }
module
.
exports
= {
encodingSize
:video_encoding };