ms-toollib 1.4.7 → 1.4.8
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/ms_toollib.d.ts +12 -12
- package/ms_toollib_bg.js +1092 -345
- package/ms_toollib_bg.wasm +0 -0
- package/package.json +1 -1
package/ms_toollib.d.ts
CHANGED
|
@@ -252,10 +252,10 @@ export class AvfVideo {
|
|
|
252
252
|
readonly get_pix_size: number;
|
|
253
253
|
/**
|
|
254
254
|
*/
|
|
255
|
-
readonly
|
|
255
|
+
readonly get_player_identifier: Uint8Array;
|
|
256
256
|
/**
|
|
257
257
|
*/
|
|
258
|
-
readonly
|
|
258
|
+
readonly get_race_identifier: Uint8Array;
|
|
259
259
|
/**
|
|
260
260
|
*/
|
|
261
261
|
readonly get_raw_data: Uint8Array;
|
|
@@ -291,7 +291,7 @@ export class AvfVideo {
|
|
|
291
291
|
readonly get_thrp: number;
|
|
292
292
|
/**
|
|
293
293
|
*/
|
|
294
|
-
readonly
|
|
294
|
+
readonly get_uniqueness_identifier: Uint8Array;
|
|
295
295
|
/**
|
|
296
296
|
*/
|
|
297
297
|
readonly get_video_end_time: number;
|
|
@@ -522,10 +522,10 @@ export class EvfVideo {
|
|
|
522
522
|
readonly get_pix_size: number;
|
|
523
523
|
/**
|
|
524
524
|
*/
|
|
525
|
-
readonly
|
|
525
|
+
readonly get_player_identifier: Uint8Array;
|
|
526
526
|
/**
|
|
527
527
|
*/
|
|
528
|
-
readonly
|
|
528
|
+
readonly get_race_identifier: Uint8Array;
|
|
529
529
|
/**
|
|
530
530
|
*/
|
|
531
531
|
readonly get_raw_data: Uint8Array;
|
|
@@ -561,7 +561,7 @@ export class EvfVideo {
|
|
|
561
561
|
readonly get_thrp: number;
|
|
562
562
|
/**
|
|
563
563
|
*/
|
|
564
|
-
readonly
|
|
564
|
+
readonly get_uniqueness_identifier: Uint8Array;
|
|
565
565
|
/**
|
|
566
566
|
*/
|
|
567
567
|
readonly get_video_end_time: number;
|
|
@@ -851,10 +851,10 @@ export class MvfVideo {
|
|
|
851
851
|
readonly get_pix_size: number;
|
|
852
852
|
/**
|
|
853
853
|
*/
|
|
854
|
-
readonly
|
|
854
|
+
readonly get_player_identifier: Uint8Array;
|
|
855
855
|
/**
|
|
856
856
|
*/
|
|
857
|
-
readonly
|
|
857
|
+
readonly get_race_identifier: Uint8Array;
|
|
858
858
|
/**
|
|
859
859
|
*/
|
|
860
860
|
readonly get_raw_data: Uint8Array;
|
|
@@ -890,7 +890,7 @@ export class MvfVideo {
|
|
|
890
890
|
readonly get_thrp: number;
|
|
891
891
|
/**
|
|
892
892
|
*/
|
|
893
|
-
readonly
|
|
893
|
+
readonly get_uniqueness_identifier: Uint8Array;
|
|
894
894
|
/**
|
|
895
895
|
*/
|
|
896
896
|
readonly get_video_end_time: number;
|
|
@@ -1110,10 +1110,10 @@ export class RmvVideo {
|
|
|
1110
1110
|
readonly get_pix_size: number;
|
|
1111
1111
|
/**
|
|
1112
1112
|
*/
|
|
1113
|
-
readonly
|
|
1113
|
+
readonly get_player_identifier: Uint8Array;
|
|
1114
1114
|
/**
|
|
1115
1115
|
*/
|
|
1116
|
-
readonly
|
|
1116
|
+
readonly get_race_identifier: Uint8Array;
|
|
1117
1117
|
/**
|
|
1118
1118
|
*/
|
|
1119
1119
|
readonly get_raw_data: Uint8Array;
|
|
@@ -1149,7 +1149,7 @@ export class RmvVideo {
|
|
|
1149
1149
|
readonly get_thrp: number;
|
|
1150
1150
|
/**
|
|
1151
1151
|
*/
|
|
1152
|
-
readonly
|
|
1152
|
+
readonly get_uniqueness_identifier: Uint8Array;
|
|
1153
1153
|
/**
|
|
1154
1154
|
*/
|
|
1155
1155
|
readonly get_video_end_time: number;
|