@webex/event-dictionary-ts 1.0.1971 → 1.0.1972

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.
@@ -20782,6 +20782,54 @@
20782
20782
  "description": "Compared with audio, the unsync video frames get played out / total frames",
20783
20783
  "type": "number",
20784
20784
  "minimum": 0.0
20785
+ },
20786
+ "maxAudioAdjustmentMissing": {
20787
+ "description": "The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video",
20788
+ "type": "number",
20789
+ "minimum": 0.0,
20790
+ "maximum": 9223372036854776000.0
20791
+ },
20792
+ "maxVideoAdjustmentMissing": {
20793
+ "description": "The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio",
20794
+ "type": "number",
20795
+ "minimum": 0.0,
20796
+ "maximum": 9223372036854776000.0
20797
+ },
20798
+ "totalMatched": {
20799
+ "description": "The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.",
20800
+ "type": "number",
20801
+ "minimum": 0.0,
20802
+ "maximum": 9223372036854776000.0
20803
+ },
20804
+ "totalCanSync": {
20805
+ "description": "The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
20806
+ "type": "number",
20807
+ "minimum": 0.0,
20808
+ "maximum": 9223372036854776000.0
20809
+ },
20810
+ "totalAudioStretched": {
20811
+ "description": "The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)",
20812
+ "type": "number",
20813
+ "minimum": 0.0,
20814
+ "maximum": 9223372036854776000.0
20815
+ },
20816
+ "totalAudioShrunk": {
20817
+ "description": "The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)",
20818
+ "type": "number",
20819
+ "minimum": 0.0,
20820
+ "maximum": 9223372036854776000.0
20821
+ },
20822
+ "totalVideoStretched": {
20823
+ "description": "The number of milliseconds of video that was added as an AV sync adjustment in the last 60s",
20824
+ "type": "number",
20825
+ "minimum": 0.0,
20826
+ "maximum": 9223372036854776000.0
20827
+ },
20828
+ "totalVideoShrunk": {
20829
+ "description": "The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s",
20830
+ "type": "number",
20831
+ "minimum": 0.0,
20832
+ "maximum": 9223372036854776000.0
20785
20833
  }
20786
20834
  }
20787
20835
  }
@@ -7612,6 +7612,54 @@
7612
7612
  "description": "Compared with audio, the unsync video frames get played out / total frames",
7613
7613
  "type": "number",
7614
7614
  "minimum": 0.0
7615
+ },
7616
+ "maxAudioAdjustmentMissing": {
7617
+ "description": "The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video",
7618
+ "type": "number",
7619
+ "minimum": 0.0,
7620
+ "maximum": 9223372036854776000.0
7621
+ },
7622
+ "maxVideoAdjustmentMissing": {
7623
+ "description": "The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio",
7624
+ "type": "number",
7625
+ "minimum": 0.0,
7626
+ "maximum": 9223372036854776000.0
7627
+ },
7628
+ "totalMatched": {
7629
+ "description": "The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.",
7630
+ "type": "number",
7631
+ "minimum": 0.0,
7632
+ "maximum": 9223372036854776000.0
7633
+ },
7634
+ "totalCanSync": {
7635
+ "description": "The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
7636
+ "type": "number",
7637
+ "minimum": 0.0,
7638
+ "maximum": 9223372036854776000.0
7639
+ },
7640
+ "totalAudioStretched": {
7641
+ "description": "The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)",
7642
+ "type": "number",
7643
+ "minimum": 0.0,
7644
+ "maximum": 9223372036854776000.0
7645
+ },
7646
+ "totalAudioShrunk": {
7647
+ "description": "The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)",
7648
+ "type": "number",
7649
+ "minimum": 0.0,
7650
+ "maximum": 9223372036854776000.0
7651
+ },
7652
+ "totalVideoStretched": {
7653
+ "description": "The number of milliseconds of video that was added as an AV sync adjustment in the last 60s",
7654
+ "type": "number",
7655
+ "minimum": 0.0,
7656
+ "maximum": 9223372036854776000.0
7657
+ },
7658
+ "totalVideoShrunk": {
7659
+ "description": "The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s",
7660
+ "type": "number",
7661
+ "minimum": 0.0,
7662
+ "maximum": 9223372036854776000.0
7615
7663
  }
7616
7664
  }
7617
7665
  }
@@ -9064,6 +9064,38 @@ export interface Event {
9064
9064
  * Compared with audio, the unsync video frames get played out / total frames
9065
9065
  */
9066
9066
  decidePlayedUnsyncRatio?: number;
9067
+ /**
9068
+ * The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video
9069
+ */
9070
+ maxAudioAdjustmentMissing?: number;
9071
+ /**
9072
+ * The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio
9073
+ */
9074
+ maxVideoAdjustmentMissing?: number;
9075
+ /**
9076
+ * The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.
9077
+ */
9078
+ totalMatched?: number;
9079
+ /**
9080
+ * The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
9081
+ */
9082
+ totalCanSync?: number;
9083
+ /**
9084
+ * The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)
9085
+ */
9086
+ totalAudioStretched?: number;
9087
+ /**
9088
+ * The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)
9089
+ */
9090
+ totalAudioShrunk?: number;
9091
+ /**
9092
+ * The number of milliseconds of video that was added as an AV sync adjustment in the last 60s
9093
+ */
9094
+ totalVideoStretched?: number;
9095
+ /**
9096
+ * The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s
9097
+ */
9098
+ totalVideoShrunk?: number;
9067
9099
  additionalProperties?: false;
9068
9100
  };
9069
9101
  additionalProperties?: false;
@@ -23879,6 +23911,38 @@ export interface MediaQualityEvent {
23879
23911
  * Compared with audio, the unsync video frames get played out / total frames
23880
23912
  */
23881
23913
  decidePlayedUnsyncRatio?: number;
23914
+ /**
23915
+ * The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video
23916
+ */
23917
+ maxAudioAdjustmentMissing?: number;
23918
+ /**
23919
+ * The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio
23920
+ */
23921
+ maxVideoAdjustmentMissing?: number;
23922
+ /**
23923
+ * The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.
23924
+ */
23925
+ totalMatched?: number;
23926
+ /**
23927
+ * The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
23928
+ */
23929
+ totalCanSync?: number;
23930
+ /**
23931
+ * The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)
23932
+ */
23933
+ totalAudioStretched?: number;
23934
+ /**
23935
+ * The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)
23936
+ */
23937
+ totalAudioShrunk?: number;
23938
+ /**
23939
+ * The number of milliseconds of video that was added as an AV sync adjustment in the last 60s
23940
+ */
23941
+ totalVideoStretched?: number;
23942
+ /**
23943
+ * The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s
23944
+ */
23945
+ totalVideoShrunk?: number;
23882
23946
  additionalProperties?: false;
23883
23947
  };
23884
23948
  additionalProperties?: false;
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.1971"
30
+ "version": "1.0.1972"
31
31
  }