@webex/event-dictionary-ts 1.0.1760 → 1.0.1761
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.
|
@@ -20565,7 +20565,8 @@
|
|
|
20565
20565
|
"UpSample_Render",
|
|
20566
20566
|
"UpSample_VP_2",
|
|
20567
20567
|
"UpSample_DNN_2",
|
|
20568
|
-
"UpSample_DNN_4"
|
|
20568
|
+
"UpSample_DNN_4",
|
|
20569
|
+
"UpSample_VP_1pt5"
|
|
20569
20570
|
]
|
|
20570
20571
|
},
|
|
20571
20572
|
"processSRMillis": {
|
|
@@ -8831,7 +8831,8 @@ export interface Event {
|
|
|
8831
8831
|
| "UpSample_Render"
|
|
8832
8832
|
| "UpSample_VP_2"
|
|
8833
8833
|
| "UpSample_DNN_2"
|
|
8834
|
-
| "UpSample_DNN_4"
|
|
8834
|
+
| "UpSample_DNN_4"
|
|
8835
|
+
| "UpSample_VP_1pt5";
|
|
8835
8836
|
processSRMillis?: number;
|
|
8836
8837
|
/**
|
|
8837
8838
|
* this defines the major client types
|
|
@@ -22241,7 +22242,13 @@ export interface MediaQualityEvent {
|
|
|
22241
22242
|
maxCodedFrameSizeIsFromKeyFrame?: boolean;
|
|
22242
22243
|
renderWindowResolution?: number;
|
|
22243
22244
|
scaledResolution?: number;
|
|
22244
|
-
upSampleType?:
|
|
22245
|
+
upSampleType?:
|
|
22246
|
+
| "UpSample_None"
|
|
22247
|
+
| "UpSample_Render"
|
|
22248
|
+
| "UpSample_VP_2"
|
|
22249
|
+
| "UpSample_DNN_2"
|
|
22250
|
+
| "UpSample_DNN_4"
|
|
22251
|
+
| "UpSample_VP_1pt5";
|
|
22245
22252
|
processSRMillis?: number;
|
|
22246
22253
|
/**
|
|
22247
22254
|
* this defines the major client types
|
package/package.json
CHANGED