@webex/event-dictionary-ts 1.0.1980 → 1.0.1982
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.
|
@@ -19014,6 +19014,16 @@
|
|
|
19014
19014
|
"minimum": 0,
|
|
19015
19015
|
"maximum": 127
|
|
19016
19016
|
},
|
|
19017
|
+
"faceDetectMillis": {
|
|
19018
|
+
"type": "integer",
|
|
19019
|
+
"minimum": 0,
|
|
19020
|
+
"maximum": 2147483647
|
|
19021
|
+
},
|
|
19022
|
+
"faceDetectCount": {
|
|
19023
|
+
"type": "integer",
|
|
19024
|
+
"minimum": -1,
|
|
19025
|
+
"maximum": 127
|
|
19026
|
+
},
|
|
19017
19027
|
"capturedFrameRateNormalShare": {
|
|
19018
19028
|
"type": "number",
|
|
19019
19029
|
"minimum": -9223372036854776000.0,
|
|
@@ -19306,6 +19316,16 @@
|
|
|
19306
19316
|
"minimum": -9223372036854776000.0,
|
|
19307
19317
|
"maximum": 9223372036854776000.0
|
|
19308
19318
|
},
|
|
19319
|
+
"camOutputSysIntervalMin": {
|
|
19320
|
+
"type": "number",
|
|
19321
|
+
"minimum": -9223372036854776000.0,
|
|
19322
|
+
"maximum": 9223372036854776000.0
|
|
19323
|
+
},
|
|
19324
|
+
"camOutputSysIntervalMax": {
|
|
19325
|
+
"type": "number",
|
|
19326
|
+
"minimum": -9223372036854776000.0,
|
|
19327
|
+
"maximum": 9223372036854776000.0
|
|
19328
|
+
},
|
|
19309
19329
|
"adaptedFrames": {
|
|
19310
19330
|
"type": "integer",
|
|
19311
19331
|
"minimum": -2147483648,
|
|
@@ -5826,6 +5826,16 @@
|
|
|
5826
5826
|
"minimum": 0,
|
|
5827
5827
|
"maximum": 127
|
|
5828
5828
|
},
|
|
5829
|
+
"faceDetectMillis": {
|
|
5830
|
+
"type": "integer",
|
|
5831
|
+
"minimum": 0,
|
|
5832
|
+
"maximum": 2147483647
|
|
5833
|
+
},
|
|
5834
|
+
"faceDetectCount": {
|
|
5835
|
+
"type": "integer",
|
|
5836
|
+
"minimum": -1,
|
|
5837
|
+
"maximum": 127
|
|
5838
|
+
},
|
|
5829
5839
|
"capturedFrameRateNormalShare": {
|
|
5830
5840
|
"type": "number",
|
|
5831
5841
|
"minimum": -9223372036854776000.0,
|
|
@@ -6118,6 +6128,16 @@
|
|
|
6118
6128
|
"minimum": -9223372036854776000.0,
|
|
6119
6129
|
"maximum": 9223372036854776000.0
|
|
6120
6130
|
},
|
|
6131
|
+
"camOutputSysIntervalMin": {
|
|
6132
|
+
"type": "number",
|
|
6133
|
+
"minimum": -9223372036854776000.0,
|
|
6134
|
+
"maximum": 9223372036854776000.0
|
|
6135
|
+
},
|
|
6136
|
+
"camOutputSysIntervalMax": {
|
|
6137
|
+
"type": "number",
|
|
6138
|
+
"minimum": -9223372036854776000.0,
|
|
6139
|
+
"maximum": 9223372036854776000.0
|
|
6140
|
+
},
|
|
6121
6141
|
"adaptedFrames": {
|
|
6122
6142
|
"type": "integer",
|
|
6123
6143
|
"minimum": -2147483648,
|
|
@@ -8259,6 +8259,8 @@ export interface Event {
|
|
|
8259
8259
|
relightingNeededFrameCount?: number;
|
|
8260
8260
|
relightingSkippedFrameCount?: number;
|
|
8261
8261
|
meanRelitPostProcessMillis?: number;
|
|
8262
|
+
faceDetectMillis?: number;
|
|
8263
|
+
faceDetectCount?: number;
|
|
8262
8264
|
capturedFrameRateNormalShare?: number;
|
|
8263
8265
|
capturedFrameRateHFPSShare?: number;
|
|
8264
8266
|
transmittedFrameRateNormalShare?: number;
|
|
@@ -8353,6 +8355,8 @@ export interface Event {
|
|
|
8353
8355
|
camOutputFps?: number;
|
|
8354
8356
|
camOutputIntervalMin?: number;
|
|
8355
8357
|
camOutputIntervalMax?: number;
|
|
8358
|
+
camOutputSysIntervalMin?: number;
|
|
8359
|
+
camOutputSysIntervalMax?: number;
|
|
8356
8360
|
adaptedFrames?: number;
|
|
8357
8361
|
droppedFrames?: number;
|
|
8358
8362
|
sentFps?: number;
|
|
@@ -23118,6 +23122,8 @@ export interface MediaQualityEvent {
|
|
|
23118
23122
|
relightingNeededFrameCount?: number;
|
|
23119
23123
|
relightingSkippedFrameCount?: number;
|
|
23120
23124
|
meanRelitPostProcessMillis?: number;
|
|
23125
|
+
faceDetectMillis?: number;
|
|
23126
|
+
faceDetectCount?: number;
|
|
23121
23127
|
capturedFrameRateNormalShare?: number;
|
|
23122
23128
|
capturedFrameRateHFPSShare?: number;
|
|
23123
23129
|
transmittedFrameRateNormalShare?: number;
|
|
@@ -23212,6 +23218,8 @@ export interface MediaQualityEvent {
|
|
|
23212
23218
|
camOutputFps?: number;
|
|
23213
23219
|
camOutputIntervalMin?: number;
|
|
23214
23220
|
camOutputIntervalMax?: number;
|
|
23221
|
+
camOutputSysIntervalMin?: number;
|
|
23222
|
+
camOutputSysIntervalMax?: number;
|
|
23215
23223
|
adaptedFrames?: number;
|
|
23216
23224
|
droppedFrames?: number;
|
|
23217
23225
|
sentFps?: number;
|
package/package.json
CHANGED