xgplayer 3.0.12 → 3.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/lang/br.d.ts +91 -0
- package/es/lang/de.d.ts +91 -0
- package/es/lang/es.d.ts +91 -0
- package/es/lang/fr.d.ts +91 -0
- package/es/lang/id.d.ts +91 -0
- package/es/lang/it.d.ts +91 -0
- package/es/lang/kr.d.ts +91 -0
- package/es/lang/ms-my.d.ts +91 -0
- package/es/lang/ru.d.ts +91 -0
- package/es/lang/th.d.ts +91 -0
- package/es/lang/vn.d.ts +91 -0
- package/es/player.d.ts +7 -1
- package/es/player.js +17 -14
- package/es/version.js +1 -1
- package/package.json +2 -2
package/es/lang/br.d.ts
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const LANG: string;
|
|
3
|
+
namespace TEXT {
|
|
4
|
+
namespace ERROR_TYPES {
|
|
5
|
+
namespace network {
|
|
6
|
+
const code: number;
|
|
7
|
+
const msg: string;
|
|
8
|
+
}
|
|
9
|
+
namespace mse {
|
|
10
|
+
const code_1: number;
|
|
11
|
+
export { code_1 as code };
|
|
12
|
+
const msg_1: string;
|
|
13
|
+
export { msg_1 as msg };
|
|
14
|
+
}
|
|
15
|
+
namespace parse {
|
|
16
|
+
const code_2: number;
|
|
17
|
+
export { code_2 as code };
|
|
18
|
+
const msg_2: string;
|
|
19
|
+
export { msg_2 as msg };
|
|
20
|
+
}
|
|
21
|
+
namespace format {
|
|
22
|
+
const code_3: number;
|
|
23
|
+
export { code_3 as code };
|
|
24
|
+
const msg_3: string;
|
|
25
|
+
export { msg_3 as msg };
|
|
26
|
+
}
|
|
27
|
+
namespace decoder {
|
|
28
|
+
const code_4: number;
|
|
29
|
+
export { code_4 as code };
|
|
30
|
+
const msg_4: string;
|
|
31
|
+
export { msg_4 as msg };
|
|
32
|
+
}
|
|
33
|
+
namespace runtime {
|
|
34
|
+
const code_5: number;
|
|
35
|
+
export { code_5 as code };
|
|
36
|
+
const msg_5: string;
|
|
37
|
+
export { msg_5 as msg };
|
|
38
|
+
}
|
|
39
|
+
namespace timeout {
|
|
40
|
+
const code_6: number;
|
|
41
|
+
export { code_6 as code };
|
|
42
|
+
const msg_6: string;
|
|
43
|
+
export { msg_6 as msg };
|
|
44
|
+
}
|
|
45
|
+
namespace other {
|
|
46
|
+
const code_7: number;
|
|
47
|
+
export { code_7 as code };
|
|
48
|
+
const msg_7: string;
|
|
49
|
+
export { msg_7 as msg };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const HAVE_NOTHING: string;
|
|
53
|
+
const HAVE_METADATA: string;
|
|
54
|
+
const HAVE_CURRENT_DATA: string;
|
|
55
|
+
const HAVE_FUTURE_DATA: string;
|
|
56
|
+
const HAVE_ENOUGH_DATA: string;
|
|
57
|
+
const NETWORK_EMPTY: string;
|
|
58
|
+
const NETWORK_IDLE: string;
|
|
59
|
+
const NETWORK_LOADING: string;
|
|
60
|
+
const NETWORK_NO_SOURCE: string;
|
|
61
|
+
const MEDIA_ERR_ABORTED: string;
|
|
62
|
+
const MEDIA_ERR_NETWORK: string;
|
|
63
|
+
const MEDIA_ERR_DECODE: string;
|
|
64
|
+
const MEDIA_ERR_SRC_NOT_SUPPORTED: string;
|
|
65
|
+
const REPLAY: string;
|
|
66
|
+
const ERROR: string;
|
|
67
|
+
const PLAY_TIPS: string;
|
|
68
|
+
const PAUSE_TIPS: string;
|
|
69
|
+
const PLAYNEXT_TIPS: string;
|
|
70
|
+
const DOWNLOAD_TIPS: string;
|
|
71
|
+
const ROTATE_TIPS: string;
|
|
72
|
+
const RELOAD_TIPS: string;
|
|
73
|
+
const FULLSCREEN_TIPS: string;
|
|
74
|
+
const EXITFULLSCREEN_TIPS: string;
|
|
75
|
+
const CSSFULLSCREEN_TIPS: string;
|
|
76
|
+
const EXITCSSFULLSCREEN_TIPS: string;
|
|
77
|
+
const TEXTTRACK: string;
|
|
78
|
+
const PIP: string;
|
|
79
|
+
const SCREENSHOT: string;
|
|
80
|
+
const LIVE: string;
|
|
81
|
+
const OFF: string;
|
|
82
|
+
const OPEN: string;
|
|
83
|
+
const MINI_DRAG: string;
|
|
84
|
+
const MINISCREEN: string;
|
|
85
|
+
const REFRESH_TIPS: string;
|
|
86
|
+
const REFRESH: string;
|
|
87
|
+
const FORWARD: string;
|
|
88
|
+
const LIVE_TIP: string;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export default _default;
|
package/es/lang/de.d.ts
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const LANG: string;
|
|
3
|
+
namespace TEXT {
|
|
4
|
+
namespace ERROR_TYPES {
|
|
5
|
+
namespace network {
|
|
6
|
+
const code: number;
|
|
7
|
+
const msg: string;
|
|
8
|
+
}
|
|
9
|
+
namespace mse {
|
|
10
|
+
const code_1: number;
|
|
11
|
+
export { code_1 as code };
|
|
12
|
+
const msg_1: string;
|
|
13
|
+
export { msg_1 as msg };
|
|
14
|
+
}
|
|
15
|
+
namespace parse {
|
|
16
|
+
const code_2: number;
|
|
17
|
+
export { code_2 as code };
|
|
18
|
+
const msg_2: string;
|
|
19
|
+
export { msg_2 as msg };
|
|
20
|
+
}
|
|
21
|
+
namespace format {
|
|
22
|
+
const code_3: number;
|
|
23
|
+
export { code_3 as code };
|
|
24
|
+
const msg_3: string;
|
|
25
|
+
export { msg_3 as msg };
|
|
26
|
+
}
|
|
27
|
+
namespace decoder {
|
|
28
|
+
const code_4: number;
|
|
29
|
+
export { code_4 as code };
|
|
30
|
+
const msg_4: string;
|
|
31
|
+
export { msg_4 as msg };
|
|
32
|
+
}
|
|
33
|
+
namespace runtime {
|
|
34
|
+
const code_5: number;
|
|
35
|
+
export { code_5 as code };
|
|
36
|
+
const msg_5: string;
|
|
37
|
+
export { msg_5 as msg };
|
|
38
|
+
}
|
|
39
|
+
namespace timeout {
|
|
40
|
+
const code_6: number;
|
|
41
|
+
export { code_6 as code };
|
|
42
|
+
const msg_6: string;
|
|
43
|
+
export { msg_6 as msg };
|
|
44
|
+
}
|
|
45
|
+
namespace other {
|
|
46
|
+
const code_7: number;
|
|
47
|
+
export { code_7 as code };
|
|
48
|
+
const msg_7: string;
|
|
49
|
+
export { msg_7 as msg };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const HAVE_NOTHING: string;
|
|
53
|
+
const HAVE_METADATA: string;
|
|
54
|
+
const HAVE_CURRENT_DATA: string;
|
|
55
|
+
const HAVE_FUTURE_DATA: string;
|
|
56
|
+
const HAVE_ENOUGH_DATA: string;
|
|
57
|
+
const NETWORK_EMPTY: string;
|
|
58
|
+
const NETWORK_IDLE: string;
|
|
59
|
+
const NETWORK_LOADING: string;
|
|
60
|
+
const NETWORK_NO_SOURCE: string;
|
|
61
|
+
const MEDIA_ERR_ABORTED: string;
|
|
62
|
+
const MEDIA_ERR_NETWORK: string;
|
|
63
|
+
const MEDIA_ERR_DECODE: string;
|
|
64
|
+
const MEDIA_ERR_SRC_NOT_SUPPORTED: string;
|
|
65
|
+
const REPLAY: string;
|
|
66
|
+
const ERROR: string;
|
|
67
|
+
const PLAY_TIPS: string;
|
|
68
|
+
const PAUSE_TIPS: string;
|
|
69
|
+
const PLAYNEXT_TIPS: string;
|
|
70
|
+
const DOWNLOAD_TIPS: string;
|
|
71
|
+
const ROTATE_TIPS: string;
|
|
72
|
+
const RELOAD_TIPS: string;
|
|
73
|
+
const FULLSCREEN_TIPS: string;
|
|
74
|
+
const EXITFULLSCREEN_TIPS: string;
|
|
75
|
+
const CSSFULLSCREEN_TIPS: string;
|
|
76
|
+
const EXITCSSFULLSCREEN_TIPS: string;
|
|
77
|
+
const TEXTTRACK: string;
|
|
78
|
+
const PIP: string;
|
|
79
|
+
const SCREENSHOT: string;
|
|
80
|
+
const LIVE: string;
|
|
81
|
+
const OFF: string;
|
|
82
|
+
const OPEN: string;
|
|
83
|
+
const MINI_DRAG: string;
|
|
84
|
+
const MINISCREEN: string;
|
|
85
|
+
const REFRESH_TIPS: string;
|
|
86
|
+
const REFRESH: string;
|
|
87
|
+
const FORWARD: string;
|
|
88
|
+
const LIVE_TIP: string;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export default _default;
|
package/es/lang/es.d.ts
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const LANG: string;
|
|
3
|
+
namespace TEXT {
|
|
4
|
+
namespace ERROR_TYPES {
|
|
5
|
+
namespace network {
|
|
6
|
+
const code: number;
|
|
7
|
+
const msg: string;
|
|
8
|
+
}
|
|
9
|
+
namespace mse {
|
|
10
|
+
const code_1: number;
|
|
11
|
+
export { code_1 as code };
|
|
12
|
+
const msg_1: string;
|
|
13
|
+
export { msg_1 as msg };
|
|
14
|
+
}
|
|
15
|
+
namespace parse {
|
|
16
|
+
const code_2: number;
|
|
17
|
+
export { code_2 as code };
|
|
18
|
+
const msg_2: string;
|
|
19
|
+
export { msg_2 as msg };
|
|
20
|
+
}
|
|
21
|
+
namespace format {
|
|
22
|
+
const code_3: number;
|
|
23
|
+
export { code_3 as code };
|
|
24
|
+
const msg_3: string;
|
|
25
|
+
export { msg_3 as msg };
|
|
26
|
+
}
|
|
27
|
+
namespace decoder {
|
|
28
|
+
const code_4: number;
|
|
29
|
+
export { code_4 as code };
|
|
30
|
+
const msg_4: string;
|
|
31
|
+
export { msg_4 as msg };
|
|
32
|
+
}
|
|
33
|
+
namespace runtime {
|
|
34
|
+
const code_5: number;
|
|
35
|
+
export { code_5 as code };
|
|
36
|
+
const msg_5: string;
|
|
37
|
+
export { msg_5 as msg };
|
|
38
|
+
}
|
|
39
|
+
namespace timeout {
|
|
40
|
+
const code_6: number;
|
|
41
|
+
export { code_6 as code };
|
|
42
|
+
const msg_6: string;
|
|
43
|
+
export { msg_6 as msg };
|
|
44
|
+
}
|
|
45
|
+
namespace other {
|
|
46
|
+
const code_7: number;
|
|
47
|
+
export { code_7 as code };
|
|
48
|
+
const msg_7: string;
|
|
49
|
+
export { msg_7 as msg };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const HAVE_NOTHING: string;
|
|
53
|
+
const HAVE_METADATA: string;
|
|
54
|
+
const HAVE_CURRENT_DATA: string;
|
|
55
|
+
const HAVE_FUTURE_DATA: string;
|
|
56
|
+
const HAVE_ENOUGH_DATA: string;
|
|
57
|
+
const NETWORK_EMPTY: string;
|
|
58
|
+
const NETWORK_IDLE: string;
|
|
59
|
+
const NETWORK_LOADING: string;
|
|
60
|
+
const NETWORK_NO_SOURCE: string;
|
|
61
|
+
const MEDIA_ERR_ABORTED: string;
|
|
62
|
+
const MEDIA_ERR_NETWORK: string;
|
|
63
|
+
const MEDIA_ERR_DECODE: string;
|
|
64
|
+
const MEDIA_ERR_SRC_NOT_SUPPORTED: string;
|
|
65
|
+
const REPLAY: string;
|
|
66
|
+
const ERROR: string;
|
|
67
|
+
const PLAY_TIPS: string;
|
|
68
|
+
const PAUSE_TIPS: string;
|
|
69
|
+
const PLAYNEXT_TIPS: string;
|
|
70
|
+
const DOWNLOAD_TIPS: string;
|
|
71
|
+
const ROTATE_TIPS: string;
|
|
72
|
+
const RELOAD_TIPS: string;
|
|
73
|
+
const FULLSCREEN_TIPS: string;
|
|
74
|
+
const EXITFULLSCREEN_TIPS: string;
|
|
75
|
+
const CSSFULLSCREEN_TIPS: string;
|
|
76
|
+
const EXITCSSFULLSCREEN_TIPS: string;
|
|
77
|
+
const TEXTTRACK: string;
|
|
78
|
+
const PIP: string;
|
|
79
|
+
const SCREENSHOT: string;
|
|
80
|
+
const LIVE: string;
|
|
81
|
+
const OFF: string;
|
|
82
|
+
const OPEN: string;
|
|
83
|
+
const MINI_DRAG: string;
|
|
84
|
+
const MINISCREEN: string;
|
|
85
|
+
const REFRESH_TIPS: string;
|
|
86
|
+
const REFRESH: string;
|
|
87
|
+
const FORWARD: string;
|
|
88
|
+
const LIVE_TIP: string;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export default _default;
|
package/es/lang/fr.d.ts
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const LANG: string;
|
|
3
|
+
namespace TEXT {
|
|
4
|
+
namespace ERROR_TYPES {
|
|
5
|
+
namespace network {
|
|
6
|
+
const code: number;
|
|
7
|
+
const msg: string;
|
|
8
|
+
}
|
|
9
|
+
namespace mse {
|
|
10
|
+
const code_1: number;
|
|
11
|
+
export { code_1 as code };
|
|
12
|
+
const msg_1: string;
|
|
13
|
+
export { msg_1 as msg };
|
|
14
|
+
}
|
|
15
|
+
namespace parse {
|
|
16
|
+
const code_2: number;
|
|
17
|
+
export { code_2 as code };
|
|
18
|
+
const msg_2: string;
|
|
19
|
+
export { msg_2 as msg };
|
|
20
|
+
}
|
|
21
|
+
namespace format {
|
|
22
|
+
const code_3: number;
|
|
23
|
+
export { code_3 as code };
|
|
24
|
+
const msg_3: string;
|
|
25
|
+
export { msg_3 as msg };
|
|
26
|
+
}
|
|
27
|
+
namespace decoder {
|
|
28
|
+
const code_4: number;
|
|
29
|
+
export { code_4 as code };
|
|
30
|
+
const msg_4: string;
|
|
31
|
+
export { msg_4 as msg };
|
|
32
|
+
}
|
|
33
|
+
namespace runtime {
|
|
34
|
+
const code_5: number;
|
|
35
|
+
export { code_5 as code };
|
|
36
|
+
const msg_5: string;
|
|
37
|
+
export { msg_5 as msg };
|
|
38
|
+
}
|
|
39
|
+
namespace timeout {
|
|
40
|
+
const code_6: number;
|
|
41
|
+
export { code_6 as code };
|
|
42
|
+
const msg_6: string;
|
|
43
|
+
export { msg_6 as msg };
|
|
44
|
+
}
|
|
45
|
+
namespace other {
|
|
46
|
+
const code_7: number;
|
|
47
|
+
export { code_7 as code };
|
|
48
|
+
const msg_7: string;
|
|
49
|
+
export { msg_7 as msg };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const HAVE_NOTHING: string;
|
|
53
|
+
const HAVE_METADATA: string;
|
|
54
|
+
const HAVE_CURRENT_DATA: string;
|
|
55
|
+
const HAVE_FUTURE_DATA: string;
|
|
56
|
+
const HAVE_ENOUGH_DATA: string;
|
|
57
|
+
const NETWORK_EMPTY: string;
|
|
58
|
+
const NETWORK_IDLE: string;
|
|
59
|
+
const NETWORK_LOADING: string;
|
|
60
|
+
const NETWORK_NO_SOURCE: string;
|
|
61
|
+
const MEDIA_ERR_ABORTED: string;
|
|
62
|
+
const MEDIA_ERR_NETWORK: string;
|
|
63
|
+
const MEDIA_ERR_DECODE: string;
|
|
64
|
+
const MEDIA_ERR_SRC_NOT_SUPPORTED: string;
|
|
65
|
+
const REPLAY: string;
|
|
66
|
+
const ERROR: string;
|
|
67
|
+
const PLAY_TIPS: string;
|
|
68
|
+
const PAUSE_TIPS: string;
|
|
69
|
+
const PLAYNEXT_TIPS: string;
|
|
70
|
+
const DOWNLOAD_TIPS: string;
|
|
71
|
+
const ROTATE_TIPS: string;
|
|
72
|
+
const RELOAD_TIPS: string;
|
|
73
|
+
const FULLSCREEN_TIPS: string;
|
|
74
|
+
const EXITFULLSCREEN_TIPS: string;
|
|
75
|
+
const CSSFULLSCREEN_TIPS: string;
|
|
76
|
+
const EXITCSSFULLSCREEN_TIPS: string;
|
|
77
|
+
const TEXTTRACK: string;
|
|
78
|
+
const PIP: string;
|
|
79
|
+
const SCREENSHOT: string;
|
|
80
|
+
const LIVE: string;
|
|
81
|
+
const OFF: string;
|
|
82
|
+
const OPEN: string;
|
|
83
|
+
const MINI_DRAG: string;
|
|
84
|
+
const MINISCREEN: string;
|
|
85
|
+
const REFRESH_TIPS: string;
|
|
86
|
+
const REFRESH: string;
|
|
87
|
+
const FORWARD: string;
|
|
88
|
+
const LIVE_TIP: string;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export default _default;
|
package/es/lang/id.d.ts
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const LANG: string;
|
|
3
|
+
namespace TEXT {
|
|
4
|
+
namespace ERROR_TYPES {
|
|
5
|
+
namespace network {
|
|
6
|
+
const code: number;
|
|
7
|
+
const msg: string;
|
|
8
|
+
}
|
|
9
|
+
namespace mse {
|
|
10
|
+
const code_1: number;
|
|
11
|
+
export { code_1 as code };
|
|
12
|
+
const msg_1: string;
|
|
13
|
+
export { msg_1 as msg };
|
|
14
|
+
}
|
|
15
|
+
namespace parse {
|
|
16
|
+
const code_2: number;
|
|
17
|
+
export { code_2 as code };
|
|
18
|
+
const msg_2: string;
|
|
19
|
+
export { msg_2 as msg };
|
|
20
|
+
}
|
|
21
|
+
namespace format {
|
|
22
|
+
const code_3: number;
|
|
23
|
+
export { code_3 as code };
|
|
24
|
+
const msg_3: string;
|
|
25
|
+
export { msg_3 as msg };
|
|
26
|
+
}
|
|
27
|
+
namespace decoder {
|
|
28
|
+
const code_4: number;
|
|
29
|
+
export { code_4 as code };
|
|
30
|
+
const msg_4: string;
|
|
31
|
+
export { msg_4 as msg };
|
|
32
|
+
}
|
|
33
|
+
namespace runtime {
|
|
34
|
+
const code_5: number;
|
|
35
|
+
export { code_5 as code };
|
|
36
|
+
const msg_5: string;
|
|
37
|
+
export { msg_5 as msg };
|
|
38
|
+
}
|
|
39
|
+
namespace timeout {
|
|
40
|
+
const code_6: number;
|
|
41
|
+
export { code_6 as code };
|
|
42
|
+
const msg_6: string;
|
|
43
|
+
export { msg_6 as msg };
|
|
44
|
+
}
|
|
45
|
+
namespace other {
|
|
46
|
+
const code_7: number;
|
|
47
|
+
export { code_7 as code };
|
|
48
|
+
const msg_7: string;
|
|
49
|
+
export { msg_7 as msg };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const HAVE_NOTHING: string;
|
|
53
|
+
const HAVE_METADATA: string;
|
|
54
|
+
const HAVE_CURRENT_DATA: string;
|
|
55
|
+
const HAVE_FUTURE_DATA: string;
|
|
56
|
+
const HAVE_ENOUGH_DATA: string;
|
|
57
|
+
const NETWORK_EMPTY: string;
|
|
58
|
+
const NETWORK_IDLE: string;
|
|
59
|
+
const NETWORK_LOADING: string;
|
|
60
|
+
const NETWORK_NO_SOURCE: string;
|
|
61
|
+
const MEDIA_ERR_ABORTED: string;
|
|
62
|
+
const MEDIA_ERR_NETWORK: string;
|
|
63
|
+
const MEDIA_ERR_DECODE: string;
|
|
64
|
+
const MEDIA_ERR_SRC_NOT_SUPPORTED: string;
|
|
65
|
+
const REPLAY: string;
|
|
66
|
+
const ERROR: string;
|
|
67
|
+
const PLAY_TIPS: string;
|
|
68
|
+
const PAUSE_TIPS: string;
|
|
69
|
+
const PLAYNEXT_TIPS: string;
|
|
70
|
+
const DOWNLOAD_TIPS: string;
|
|
71
|
+
const ROTATE_TIPS: string;
|
|
72
|
+
const RELOAD_TIPS: string;
|
|
73
|
+
const FULLSCREEN_TIPS: string;
|
|
74
|
+
const EXITFULLSCREEN_TIPS: string;
|
|
75
|
+
const CSSFULLSCREEN_TIPS: string;
|
|
76
|
+
const EXITCSSFULLSCREEN_TIPS: string;
|
|
77
|
+
const TEXTTRACK: string;
|
|
78
|
+
const PIP: string;
|
|
79
|
+
const SCREENSHOT: string;
|
|
80
|
+
const LIVE: string;
|
|
81
|
+
const OFF: string;
|
|
82
|
+
const OPEN: string;
|
|
83
|
+
const MINI_DRAG: string;
|
|
84
|
+
const MINISCREEN: string;
|
|
85
|
+
const REFRESH_TIPS: string;
|
|
86
|
+
const REFRESH: string;
|
|
87
|
+
const FORWARD: string;
|
|
88
|
+
const LIVE_TIP: string;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export default _default;
|
package/es/lang/it.d.ts
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const LANG: string;
|
|
3
|
+
namespace TEXT {
|
|
4
|
+
namespace ERROR_TYPES {
|
|
5
|
+
namespace network {
|
|
6
|
+
const code: number;
|
|
7
|
+
const msg: string;
|
|
8
|
+
}
|
|
9
|
+
namespace mse {
|
|
10
|
+
const code_1: number;
|
|
11
|
+
export { code_1 as code };
|
|
12
|
+
const msg_1: string;
|
|
13
|
+
export { msg_1 as msg };
|
|
14
|
+
}
|
|
15
|
+
namespace parse {
|
|
16
|
+
const code_2: number;
|
|
17
|
+
export { code_2 as code };
|
|
18
|
+
const msg_2: string;
|
|
19
|
+
export { msg_2 as msg };
|
|
20
|
+
}
|
|
21
|
+
namespace format {
|
|
22
|
+
const code_3: number;
|
|
23
|
+
export { code_3 as code };
|
|
24
|
+
const msg_3: string;
|
|
25
|
+
export { msg_3 as msg };
|
|
26
|
+
}
|
|
27
|
+
namespace decoder {
|
|
28
|
+
const code_4: number;
|
|
29
|
+
export { code_4 as code };
|
|
30
|
+
const msg_4: string;
|
|
31
|
+
export { msg_4 as msg };
|
|
32
|
+
}
|
|
33
|
+
namespace runtime {
|
|
34
|
+
const code_5: number;
|
|
35
|
+
export { code_5 as code };
|
|
36
|
+
const msg_5: string;
|
|
37
|
+
export { msg_5 as msg };
|
|
38
|
+
}
|
|
39
|
+
namespace timeout {
|
|
40
|
+
const code_6: number;
|
|
41
|
+
export { code_6 as code };
|
|
42
|
+
const msg_6: string;
|
|
43
|
+
export { msg_6 as msg };
|
|
44
|
+
}
|
|
45
|
+
namespace other {
|
|
46
|
+
const code_7: number;
|
|
47
|
+
export { code_7 as code };
|
|
48
|
+
const msg_7: string;
|
|
49
|
+
export { msg_7 as msg };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const HAVE_NOTHING: string;
|
|
53
|
+
const HAVE_METADATA: string;
|
|
54
|
+
const HAVE_CURRENT_DATA: string;
|
|
55
|
+
const HAVE_FUTURE_DATA: string;
|
|
56
|
+
const HAVE_ENOUGH_DATA: string;
|
|
57
|
+
const NETWORK_EMPTY: string;
|
|
58
|
+
const NETWORK_IDLE: string;
|
|
59
|
+
const NETWORK_LOADING: string;
|
|
60
|
+
const NETWORK_NO_SOURCE: string;
|
|
61
|
+
const MEDIA_ERR_ABORTED: string;
|
|
62
|
+
const MEDIA_ERR_NETWORK: string;
|
|
63
|
+
const MEDIA_ERR_DECODE: string;
|
|
64
|
+
const MEDIA_ERR_SRC_NOT_SUPPORTED: string;
|
|
65
|
+
const REPLAY: string;
|
|
66
|
+
const ERROR: string;
|
|
67
|
+
const PLAY_TIPS: string;
|
|
68
|
+
const PAUSE_TIPS: string;
|
|
69
|
+
const PLAYNEXT_TIPS: string;
|
|
70
|
+
const DOWNLOAD_TIPS: string;
|
|
71
|
+
const ROTATE_TIPS: string;
|
|
72
|
+
const RELOAD_TIPS: string;
|
|
73
|
+
const FULLSCREEN_TIPS: string;
|
|
74
|
+
const EXITFULLSCREEN_TIPS: string;
|
|
75
|
+
const CSSFULLSCREEN_TIPS: string;
|
|
76
|
+
const EXITCSSFULLSCREEN_TIPS: string;
|
|
77
|
+
const TEXTTRACK: string;
|
|
78
|
+
const PIP: string;
|
|
79
|
+
const SCREENSHOT: string;
|
|
80
|
+
const LIVE: string;
|
|
81
|
+
const OFF: string;
|
|
82
|
+
const OPEN: string;
|
|
83
|
+
const MINI_DRAG: string;
|
|
84
|
+
const MINISCREEN: string;
|
|
85
|
+
const REFRESH_TIPS: string;
|
|
86
|
+
const REFRESH: string;
|
|
87
|
+
const FORWARD: string;
|
|
88
|
+
const LIVE_TIP: string;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export default _default;
|
package/es/lang/kr.d.ts
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const LANG: string;
|
|
3
|
+
namespace TEXT {
|
|
4
|
+
namespace ERROR_TYPES {
|
|
5
|
+
namespace network {
|
|
6
|
+
const code: number;
|
|
7
|
+
const msg: string;
|
|
8
|
+
}
|
|
9
|
+
namespace mse {
|
|
10
|
+
const code_1: number;
|
|
11
|
+
export { code_1 as code };
|
|
12
|
+
const msg_1: string;
|
|
13
|
+
export { msg_1 as msg };
|
|
14
|
+
}
|
|
15
|
+
namespace parse {
|
|
16
|
+
const code_2: number;
|
|
17
|
+
export { code_2 as code };
|
|
18
|
+
const msg_2: string;
|
|
19
|
+
export { msg_2 as msg };
|
|
20
|
+
}
|
|
21
|
+
namespace format {
|
|
22
|
+
const code_3: number;
|
|
23
|
+
export { code_3 as code };
|
|
24
|
+
const msg_3: string;
|
|
25
|
+
export { msg_3 as msg };
|
|
26
|
+
}
|
|
27
|
+
namespace decoder {
|
|
28
|
+
const code_4: number;
|
|
29
|
+
export { code_4 as code };
|
|
30
|
+
const msg_4: string;
|
|
31
|
+
export { msg_4 as msg };
|
|
32
|
+
}
|
|
33
|
+
namespace runtime {
|
|
34
|
+
const code_5: number;
|
|
35
|
+
export { code_5 as code };
|
|
36
|
+
const msg_5: string;
|
|
37
|
+
export { msg_5 as msg };
|
|
38
|
+
}
|
|
39
|
+
namespace timeout {
|
|
40
|
+
const code_6: number;
|
|
41
|
+
export { code_6 as code };
|
|
42
|
+
const msg_6: string;
|
|
43
|
+
export { msg_6 as msg };
|
|
44
|
+
}
|
|
45
|
+
namespace other {
|
|
46
|
+
const code_7: number;
|
|
47
|
+
export { code_7 as code };
|
|
48
|
+
const msg_7: string;
|
|
49
|
+
export { msg_7 as msg };
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
const HAVE_NOTHING: string;
|
|
53
|
+
const HAVE_METADATA: string;
|
|
54
|
+
const HAVE_CURRENT_DATA: string;
|
|
55
|
+
const HAVE_FUTURE_DATA: string;
|
|
56
|
+
const HAVE_ENOUGH_DATA: string;
|
|
57
|
+
const NETWORK_EMPTY: string;
|
|
58
|
+
const NETWORK_IDLE: string;
|
|
59
|
+
const NETWORK_LOADING: string;
|
|
60
|
+
const NETWORK_NO_SOURCE: string;
|
|
61
|
+
const MEDIA_ERR_ABORTED: string;
|
|
62
|
+
const MEDIA_ERR_NETWORK: string;
|
|
63
|
+
const MEDIA_ERR_DECODE: string;
|
|
64
|
+
const MEDIA_ERR_SRC_NOT_SUPPORTED: string;
|
|
65
|
+
const REPLAY: string;
|
|
66
|
+
const ERROR: string;
|
|
67
|
+
const PLAY_TIPS: string;
|
|
68
|
+
const PAUSE_TIPS: string;
|
|
69
|
+
const PLAYNEXT_TIPS: string;
|
|
70
|
+
const DOWNLOAD_TIPS: string;
|
|
71
|
+
const ROTATE_TIPS: string;
|
|
72
|
+
const RELOAD_TIPS: string;
|
|
73
|
+
const FULLSCREEN_TIPS: string;
|
|
74
|
+
const EXITFULLSCREEN_TIPS: string;
|
|
75
|
+
const CSSFULLSCREEN_TIPS: string;
|
|
76
|
+
const EXITCSSFULLSCREEN_TIPS: string;
|
|
77
|
+
const TEXTTRACK: string;
|
|
78
|
+
const PIP: string;
|
|
79
|
+
const SCREENSHOT: string;
|
|
80
|
+
const LIVE: string;
|
|
81
|
+
const OFF: string;
|
|
82
|
+
const OPEN: string;
|
|
83
|
+
const MINI_DRAG: string;
|
|
84
|
+
const MINISCREEN: string;
|
|
85
|
+
const REFRESH_TIPS: string;
|
|
86
|
+
const REFRESH: string;
|
|
87
|
+
const FORWARD: string;
|
|
88
|
+
const LIVE_TIP: string;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export default _default;
|