@webex/event-dictionary-ts 1.0.1938 → 1.0.1940

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.
@@ -18905,6 +18905,43 @@
18905
18905
  }
18906
18906
  }
18907
18907
  },
18908
+ "videoProcessInfo": {
18909
+ "type": "object",
18910
+ "description": "transmit video processing pipeline performance metrics",
18911
+ "additionalProperties": true,
18912
+ "properties": {
18913
+ "meanDenoiseMillis": {
18914
+ "type": "number",
18915
+ "minimum": 0.0,
18916
+ "maximum": 9223372036854776000.0
18917
+ },
18918
+ "meanMiaMillis": {
18919
+ "type": "number",
18920
+ "minimum": 0.0,
18921
+ "maximum": 9223372036854776000.0
18922
+ },
18923
+ "meanDownsampleMillis": {
18924
+ "type": "number",
18925
+ "minimum": 0.0,
18926
+ "maximum": 9223372036854776000.0
18927
+ },
18928
+ "maxDenoiseMillis": {
18929
+ "type": "number",
18930
+ "minimum": 0.0,
18931
+ "maximum": 9223372036854776000.0
18932
+ },
18933
+ "maxMiaMillis": {
18934
+ "type": "number",
18935
+ "minimum": 0.0,
18936
+ "maximum": 9223372036854776000.0
18937
+ },
18938
+ "maxDownsampleMillis": {
18939
+ "type": "number",
18940
+ "minimum": 0.0,
18941
+ "maximum": 9223372036854776000.0
18942
+ }
18943
+ }
18944
+ },
18908
18945
  "backgroundAugmentationModelVersion": {
18909
18946
  "type": "string"
18910
18947
  },
@@ -19219,16 +19256,6 @@
19219
19256
  "minimum": -9223372036854776000.0,
19220
19257
  "maximum": 9223372036854776000.0
19221
19258
  },
19222
- "camOutputIntervalMin": {
19223
- "type": "number",
19224
- "minimum": -9223372036854776000.0,
19225
- "maximum": 9223372036854776000.0
19226
- },
19227
- "camOutputIntervalMax": {
19228
- "type": "number",
19229
- "minimum": -9223372036854776000.0,
19230
- "maximum": 9223372036854776000.0
19231
- },
19232
19259
  "adaptedFrames": {
19233
19260
  "type": "integer",
19234
19261
  "minimum": -2147483648,
@@ -5723,6 +5723,43 @@
5723
5723
  }
5724
5724
  }
5725
5725
  },
5726
+ "videoProcessInfo": {
5727
+ "type": "object",
5728
+ "description": "transmit video processing pipeline performance metrics",
5729
+ "additionalProperties": true,
5730
+ "properties": {
5731
+ "meanDenoiseMillis": {
5732
+ "type": "number",
5733
+ "minimum": 0.0,
5734
+ "maximum": 9223372036854776000.0
5735
+ },
5736
+ "meanMiaMillis": {
5737
+ "type": "number",
5738
+ "minimum": 0.0,
5739
+ "maximum": 9223372036854776000.0
5740
+ },
5741
+ "meanDownsampleMillis": {
5742
+ "type": "number",
5743
+ "minimum": 0.0,
5744
+ "maximum": 9223372036854776000.0
5745
+ },
5746
+ "maxDenoiseMillis": {
5747
+ "type": "number",
5748
+ "minimum": 0.0,
5749
+ "maximum": 9223372036854776000.0
5750
+ },
5751
+ "maxMiaMillis": {
5752
+ "type": "number",
5753
+ "minimum": 0.0,
5754
+ "maximum": 9223372036854776000.0
5755
+ },
5756
+ "maxDownsampleMillis": {
5757
+ "type": "number",
5758
+ "minimum": 0.0,
5759
+ "maximum": 9223372036854776000.0
5760
+ }
5761
+ }
5762
+ },
5726
5763
  "backgroundAugmentationModelVersion": {
5727
5764
  "type": "string"
5728
5765
  },
@@ -6037,16 +6074,6 @@
6037
6074
  "minimum": -9223372036854776000.0,
6038
6075
  "maximum": 9223372036854776000.0
6039
6076
  },
6040
- "camOutputIntervalMin": {
6041
- "type": "number",
6042
- "minimum": -9223372036854776000.0,
6043
- "maximum": 9223372036854776000.0
6044
- },
6045
- "camOutputIntervalMax": {
6046
- "type": "number",
6047
- "minimum": -9223372036854776000.0,
6048
- "maximum": 9223372036854776000.0
6049
- },
6050
6077
  "adaptedFrames": {
6051
6078
  "type": "integer",
6052
6079
  "minimum": -2147483648,
@@ -8205,6 +8205,18 @@ export interface Event {
8205
8205
  maxVbgProcessMillis?: number;
8206
8206
  additionalProperties?: false;
8207
8207
  };
8208
+ /**
8209
+ * transmit video processing pipeline performance metrics
8210
+ */
8211
+ videoProcessInfo?: {
8212
+ meanDenoiseMillis?: number;
8213
+ meanMiaMillis?: number;
8214
+ meanDownsampleMillis?: number;
8215
+ maxDenoiseMillis?: number;
8216
+ maxMiaMillis?: number;
8217
+ maxDownsampleMillis?: number;
8218
+ additionalProperties?: false;
8219
+ };
8208
8220
  backgroundAugmentationModelVersion?: string;
8209
8221
  ladonModelGpuLoadTime?: number;
8210
8222
  isGestureDetectorOn?: boolean;
@@ -8305,8 +8317,6 @@ export interface Event {
8305
8317
  additionalProperties?: false;
8306
8318
  }[];
8307
8319
  camOutputFps?: number;
8308
- camOutputIntervalMin?: number;
8309
- camOutputIntervalMax?: number;
8310
8320
  adaptedFrames?: number;
8311
8321
  droppedFrames?: number;
8312
8322
  sentFps?: number;
@@ -22614,6 +22624,18 @@ export interface MediaQualityEvent {
22614
22624
  maxVbgProcessMillis?: number;
22615
22625
  additionalProperties?: false;
22616
22626
  };
22627
+ /**
22628
+ * transmit video processing pipeline performance metrics
22629
+ */
22630
+ videoProcessInfo?: {
22631
+ meanDenoiseMillis?: number;
22632
+ meanMiaMillis?: number;
22633
+ meanDownsampleMillis?: number;
22634
+ maxDenoiseMillis?: number;
22635
+ maxMiaMillis?: number;
22636
+ maxDownsampleMillis?: number;
22637
+ additionalProperties?: false;
22638
+ };
22617
22639
  backgroundAugmentationModelVersion?: string;
22618
22640
  ladonModelGpuLoadTime?: number;
22619
22641
  isGestureDetectorOn?: boolean;
@@ -22714,8 +22736,6 @@ export interface MediaQualityEvent {
22714
22736
  additionalProperties?: false;
22715
22737
  }[];
22716
22738
  camOutputFps?: number;
22717
- camOutputIntervalMin?: number;
22718
- camOutputIntervalMax?: number;
22719
22739
  adaptedFrames?: number;
22720
22740
  droppedFrames?: number;
22721
22741
  sentFps?: number;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1938"
30
+ "version": "1.0.1940"
31
31
  }