@webex/event-dictionary-ts 1.0.1580 → 1.0.1581

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.
@@ -599,12 +599,16 @@
599
599
  "type": "integer"
600
600
  },
601
601
  "captureSystemVolume": {
602
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
603
- "type": "number"
602
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
603
+ "type": "number",
604
+ "minimum": -9223372036854776000.0,
605
+ "maximum": 9223372036854776000.0
604
606
  },
605
607
  "playbackSystemVolume": {
606
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
607
- "type": "number"
608
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
609
+ "type": "number",
610
+ "minimum": -9223372036854776000.0,
611
+ "maximum": 9223372036854776000.0
608
612
  },
609
613
  "started": {
610
614
  "type": "boolean"
@@ -6121,12 +6125,16 @@
6121
6125
  "type": "integer"
6122
6126
  },
6123
6127
  "captureSystemVolume": {
6124
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
6125
- "type": "number"
6128
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
6129
+ "type": "number",
6130
+ "minimum": -9223372036854776000.0,
6131
+ "maximum": 9223372036854776000.0
6126
6132
  },
6127
6133
  "playbackSystemVolume": {
6128
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
6129
- "type": "number"
6134
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
6135
+ "type": "number",
6136
+ "minimum": -9223372036854776000.0,
6137
+ "maximum": 9223372036854776000.0
6130
6138
  },
6131
6139
  "started": {
6132
6140
  "type": "boolean"
@@ -6177,12 +6185,16 @@
6177
6185
  "type": "integer"
6178
6186
  },
6179
6187
  "captureSystemVolume": {
6180
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
6181
- "type": "number"
6188
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
6189
+ "type": "number",
6190
+ "minimum": -9223372036854776000.0,
6191
+ "maximum": 9223372036854776000.0
6182
6192
  },
6183
6193
  "playbackSystemVolume": {
6184
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
6185
- "type": "number"
6194
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
6195
+ "type": "number",
6196
+ "minimum": -9223372036854776000.0,
6197
+ "maximum": 9223372036854776000.0
6186
6198
  },
6187
6199
  "started": {
6188
6200
  "type": "boolean"
@@ -6232,12 +6244,16 @@
6232
6244
  "type": "integer"
6233
6245
  },
6234
6246
  "captureSystemVolume": {
6235
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
6236
- "type": "number"
6247
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
6248
+ "type": "number",
6249
+ "minimum": -9223372036854776000.0,
6250
+ "maximum": 9223372036854776000.0
6237
6251
  },
6238
6252
  "playbackSystemVolume": {
6239
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
6240
- "type": "number"
6253
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
6254
+ "type": "number",
6255
+ "minimum": -9223372036854776000.0,
6256
+ "maximum": 9223372036854776000.0
6241
6257
  },
6242
6258
  "started": {
6243
6259
  "type": "boolean"
@@ -6287,12 +6303,16 @@
6287
6303
  "type": "integer"
6288
6304
  },
6289
6305
  "captureSystemVolume": {
6290
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
6291
- "type": "number"
6306
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
6307
+ "type": "number",
6308
+ "minimum": -9223372036854776000.0,
6309
+ "maximum": 9223372036854776000.0
6292
6310
  },
6293
6311
  "playbackSystemVolume": {
6294
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
6295
- "type": "number"
6312
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
6313
+ "type": "number",
6314
+ "minimum": -9223372036854776000.0,
6315
+ "maximum": 9223372036854776000.0
6296
6316
  },
6297
6317
  "started": {
6298
6318
  "type": "boolean"
@@ -1100,12 +1100,16 @@
1100
1100
  "type": "integer"
1101
1101
  },
1102
1102
  "captureSystemVolume": {
1103
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
1104
- "type": "number"
1103
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
1104
+ "type": "number",
1105
+ "minimum": -9223372036854776000.0,
1106
+ "maximum": 9223372036854776000.0
1105
1107
  },
1106
1108
  "playbackSystemVolume": {
1107
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
1108
- "type": "number"
1109
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
1110
+ "type": "number",
1111
+ "minimum": -9223372036854776000.0,
1112
+ "maximum": 9223372036854776000.0
1109
1113
  },
1110
1114
  "started": {
1111
1115
  "type": "boolean"
@@ -6622,12 +6626,16 @@
6622
6626
  "type": "integer"
6623
6627
  },
6624
6628
  "captureSystemVolume": {
6625
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
6626
- "type": "number"
6629
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
6630
+ "type": "number",
6631
+ "minimum": -9223372036854776000.0,
6632
+ "maximum": 9223372036854776000.0
6627
6633
  },
6628
6634
  "playbackSystemVolume": {
6629
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
6630
- "type": "number"
6635
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
6636
+ "type": "number",
6637
+ "minimum": -9223372036854776000.0,
6638
+ "maximum": 9223372036854776000.0
6631
6639
  },
6632
6640
  "started": {
6633
6641
  "type": "boolean"
@@ -6678,12 +6686,16 @@
6678
6686
  "type": "integer"
6679
6687
  },
6680
6688
  "captureSystemVolume": {
6681
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
6682
- "type": "number"
6689
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
6690
+ "type": "number",
6691
+ "minimum": -9223372036854776000.0,
6692
+ "maximum": 9223372036854776000.0
6683
6693
  },
6684
6694
  "playbackSystemVolume": {
6685
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
6686
- "type": "number"
6695
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
6696
+ "type": "number",
6697
+ "minimum": -9223372036854776000.0,
6698
+ "maximum": 9223372036854776000.0
6687
6699
  },
6688
6700
  "started": {
6689
6701
  "type": "boolean"
@@ -6733,12 +6745,16 @@
6733
6745
  "type": "integer"
6734
6746
  },
6735
6747
  "captureSystemVolume": {
6736
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
6737
- "type": "number"
6748
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
6749
+ "type": "number",
6750
+ "minimum": -9223372036854776000.0,
6751
+ "maximum": 9223372036854776000.0
6738
6752
  },
6739
6753
  "playbackSystemVolume": {
6740
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
6741
- "type": "number"
6754
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
6755
+ "type": "number",
6756
+ "minimum": -9223372036854776000.0,
6757
+ "maximum": 9223372036854776000.0
6742
6758
  },
6743
6759
  "started": {
6744
6760
  "type": "boolean"
@@ -6788,12 +6804,16 @@
6788
6804
  "type": "integer"
6789
6805
  },
6790
6806
  "captureSystemVolume": {
6791
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
6792
- "type": "number"
6807
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
6808
+ "type": "number",
6809
+ "minimum": -9223372036854776000.0,
6810
+ "maximum": 9223372036854776000.0
6793
6811
  },
6794
6812
  "playbackSystemVolume": {
6795
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
6796
- "type": "number"
6813
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
6814
+ "type": "number",
6815
+ "minimum": -9223372036854776000.0,
6816
+ "maximum": 9223372036854776000.0
6797
6817
  },
6798
6818
  "started": {
6799
6819
  "type": "boolean"
@@ -8471,12 +8491,16 @@
8471
8491
  "type": "integer"
8472
8492
  },
8473
8493
  "captureSystemVolume": {
8474
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
8475
- "type": "number"
8494
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
8495
+ "type": "number",
8496
+ "minimum": -9223372036854776000.0,
8497
+ "maximum": 9223372036854776000.0
8476
8498
  },
8477
8499
  "playbackSystemVolume": {
8478
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
8479
- "type": "number"
8500
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
8501
+ "type": "number",
8502
+ "minimum": -9223372036854776000.0,
8503
+ "maximum": 9223372036854776000.0
8480
8504
  },
8481
8505
  "started": {
8482
8506
  "type": "boolean"
@@ -12848,12 +12872,16 @@
12848
12872
  "type": "integer"
12849
12873
  },
12850
12874
  "captureSystemVolume": {
12851
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
12852
- "type": "number"
12875
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
12876
+ "type": "number",
12877
+ "minimum": -9223372036854776000.0,
12878
+ "maximum": 9223372036854776000.0
12853
12879
  },
12854
12880
  "playbackSystemVolume": {
12855
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
12856
- "type": "number"
12881
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
12882
+ "type": "number",
12883
+ "minimum": -9223372036854776000.0,
12884
+ "maximum": 9223372036854776000.0
12857
12885
  },
12858
12886
  "started": {
12859
12887
  "type": "boolean"
@@ -15300,12 +15328,16 @@
15300
15328
  "type": "integer"
15301
15329
  },
15302
15330
  "captureSystemVolume": {
15303
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
15304
- "type": "number"
15331
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
15332
+ "type": "number",
15333
+ "minimum": -9223372036854776000.0,
15334
+ "maximum": 9223372036854776000.0
15305
15335
  },
15306
15336
  "playbackSystemVolume": {
15307
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
15308
- "type": "number"
15337
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
15338
+ "type": "number",
15339
+ "minimum": -9223372036854776000.0,
15340
+ "maximum": 9223372036854776000.0
15309
15341
  },
15310
15342
  "started": {
15311
15343
  "type": "boolean"
@@ -15356,12 +15388,16 @@
15356
15388
  "type": "integer"
15357
15389
  },
15358
15390
  "captureSystemVolume": {
15359
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
15360
- "type": "number"
15391
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
15392
+ "type": "number",
15393
+ "minimum": -9223372036854776000.0,
15394
+ "maximum": 9223372036854776000.0
15361
15395
  },
15362
15396
  "playbackSystemVolume": {
15363
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
15364
- "type": "number"
15397
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
15398
+ "type": "number",
15399
+ "minimum": -9223372036854776000.0,
15400
+ "maximum": 9223372036854776000.0
15365
15401
  },
15366
15402
  "started": {
15367
15403
  "type": "boolean"
@@ -15411,12 +15447,16 @@
15411
15447
  "type": "integer"
15412
15448
  },
15413
15449
  "captureSystemVolume": {
15414
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
15415
- "type": "number"
15450
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
15451
+ "type": "number",
15452
+ "minimum": -9223372036854776000.0,
15453
+ "maximum": 9223372036854776000.0
15416
15454
  },
15417
15455
  "playbackSystemVolume": {
15418
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
15419
- "type": "number"
15456
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
15457
+ "type": "number",
15458
+ "minimum": -9223372036854776000.0,
15459
+ "maximum": 9223372036854776000.0
15420
15460
  },
15421
15461
  "started": {
15422
15462
  "type": "boolean"
@@ -15466,12 +15506,16 @@
15466
15506
  "type": "integer"
15467
15507
  },
15468
15508
  "captureSystemVolume": {
15469
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
15470
- "type": "number"
15509
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
15510
+ "type": "number",
15511
+ "minimum": -9223372036854776000.0,
15512
+ "maximum": 9223372036854776000.0
15471
15513
  },
15472
15514
  "playbackSystemVolume": {
15473
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
15474
- "type": "number"
15515
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
15516
+ "type": "number",
15517
+ "minimum": -9223372036854776000.0,
15518
+ "maximum": 9223372036854776000.0
15475
15519
  },
15476
15520
  "started": {
15477
15521
  "type": "boolean"
@@ -22058,12 +22102,16 @@
22058
22102
  "type": "integer"
22059
22103
  },
22060
22104
  "captureSystemVolume": {
22061
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
22062
- "type": "number"
22105
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
22106
+ "type": "number",
22107
+ "minimum": -9223372036854776000.0,
22108
+ "maximum": 9223372036854776000.0
22063
22109
  },
22064
22110
  "playbackSystemVolume": {
22065
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
22066
- "type": "number"
22111
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
22112
+ "type": "number",
22113
+ "minimum": -9223372036854776000.0,
22114
+ "maximum": 9223372036854776000.0
22067
22115
  },
22068
22116
  "started": {
22069
22117
  "type": "boolean"
@@ -26081,12 +26129,16 @@
26081
26129
  "type": "integer"
26082
26130
  },
26083
26131
  "captureSystemVolume": {
26084
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
26085
- "type": "number"
26132
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
26133
+ "type": "number",
26134
+ "minimum": -9223372036854776000.0,
26135
+ "maximum": 9223372036854776000.0
26086
26136
  },
26087
26137
  "playbackSystemVolume": {
26088
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
26089
- "type": "number"
26138
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
26139
+ "type": "number",
26140
+ "minimum": -9223372036854776000.0,
26141
+ "maximum": 9223372036854776000.0
26090
26142
  },
26091
26143
  "started": {
26092
26144
  "type": "boolean"
@@ -28452,12 +28504,16 @@
28452
28504
  "type": "integer"
28453
28505
  },
28454
28506
  "captureSystemVolume": {
28455
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
28456
- "type": "number"
28507
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
28508
+ "type": "number",
28509
+ "minimum": -9223372036854776000.0,
28510
+ "maximum": 9223372036854776000.0
28457
28511
  },
28458
28512
  "playbackSystemVolume": {
28459
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
28460
- "type": "number"
28513
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
28514
+ "type": "number",
28515
+ "minimum": -9223372036854776000.0,
28516
+ "maximum": 9223372036854776000.0
28461
28517
  },
28462
28518
  "started": {
28463
28519
  "type": "boolean"
@@ -28508,12 +28564,16 @@
28508
28564
  "type": "integer"
28509
28565
  },
28510
28566
  "captureSystemVolume": {
28511
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
28512
- "type": "number"
28567
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
28568
+ "type": "number",
28569
+ "minimum": -9223372036854776000.0,
28570
+ "maximum": 9223372036854776000.0
28513
28571
  },
28514
28572
  "playbackSystemVolume": {
28515
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
28516
- "type": "number"
28573
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
28574
+ "type": "number",
28575
+ "minimum": -9223372036854776000.0,
28576
+ "maximum": 9223372036854776000.0
28517
28577
  },
28518
28578
  "started": {
28519
28579
  "type": "boolean"
@@ -28563,12 +28623,16 @@
28563
28623
  "type": "integer"
28564
28624
  },
28565
28625
  "captureSystemVolume": {
28566
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
28567
- "type": "number"
28626
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
28627
+ "type": "number",
28628
+ "minimum": -9223372036854776000.0,
28629
+ "maximum": 9223372036854776000.0
28568
28630
  },
28569
28631
  "playbackSystemVolume": {
28570
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
28571
- "type": "number"
28632
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
28633
+ "type": "number",
28634
+ "minimum": -9223372036854776000.0,
28635
+ "maximum": 9223372036854776000.0
28572
28636
  },
28573
28637
  "started": {
28574
28638
  "type": "boolean"
@@ -28618,12 +28682,16 @@
28618
28682
  "type": "integer"
28619
28683
  },
28620
28684
  "captureSystemVolume": {
28621
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
28622
- "type": "number"
28685
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
28686
+ "type": "number",
28687
+ "minimum": -9223372036854776000.0,
28688
+ "maximum": 9223372036854776000.0
28623
28689
  },
28624
28690
  "playbackSystemVolume": {
28625
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
28626
- "type": "number"
28691
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
28692
+ "type": "number",
28693
+ "minimum": -9223372036854776000.0,
28694
+ "maximum": 9223372036854776000.0
28627
28695
  },
28628
28696
  "started": {
28629
28697
  "type": "boolean"
@@ -599,12 +599,16 @@
599
599
  "type": "integer"
600
600
  },
601
601
  "captureSystemVolume": {
602
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
603
- "type": "number"
602
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
603
+ "type": "number",
604
+ "minimum": -9223372036854776000.0,
605
+ "maximum": 9223372036854776000.0
604
606
  },
605
607
  "playbackSystemVolume": {
606
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
607
- "type": "number"
608
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
609
+ "type": "number",
610
+ "minimum": -9223372036854776000.0,
611
+ "maximum": 9223372036854776000.0
608
612
  },
609
613
  "started": {
610
614
  "type": "boolean"
@@ -600,12 +600,16 @@
600
600
  "type": "integer"
601
601
  },
602
602
  "captureSystemVolume": {
603
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
604
- "type": "number"
603
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
604
+ "type": "number",
605
+ "minimum": -9223372036854776000.0,
606
+ "maximum": 9223372036854776000.0
605
607
  },
606
608
  "playbackSystemVolume": {
607
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
608
- "type": "number"
609
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
610
+ "type": "number",
611
+ "minimum": -9223372036854776000.0,
612
+ "maximum": 9223372036854776000.0
609
613
  },
610
614
  "started": {
611
615
  "type": "boolean"
@@ -3052,12 +3056,16 @@
3052
3056
  "type": "integer"
3053
3057
  },
3054
3058
  "captureSystemVolume": {
3055
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
3056
- "type": "number"
3059
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
3060
+ "type": "number",
3061
+ "minimum": -9223372036854776000.0,
3062
+ "maximum": 9223372036854776000.0
3057
3063
  },
3058
3064
  "playbackSystemVolume": {
3059
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
3060
- "type": "number"
3065
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
3066
+ "type": "number",
3067
+ "minimum": -9223372036854776000.0,
3068
+ "maximum": 9223372036854776000.0
3061
3069
  },
3062
3070
  "started": {
3063
3071
  "type": "boolean"
@@ -3108,12 +3116,16 @@
3108
3116
  "type": "integer"
3109
3117
  },
3110
3118
  "captureSystemVolume": {
3111
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
3112
- "type": "number"
3119
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
3120
+ "type": "number",
3121
+ "minimum": -9223372036854776000.0,
3122
+ "maximum": 9223372036854776000.0
3113
3123
  },
3114
3124
  "playbackSystemVolume": {
3115
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
3116
- "type": "number"
3125
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
3126
+ "type": "number",
3127
+ "minimum": -9223372036854776000.0,
3128
+ "maximum": 9223372036854776000.0
3117
3129
  },
3118
3130
  "started": {
3119
3131
  "type": "boolean"
@@ -3163,12 +3175,16 @@
3163
3175
  "type": "integer"
3164
3176
  },
3165
3177
  "captureSystemVolume": {
3166
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
3167
- "type": "number"
3178
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
3179
+ "type": "number",
3180
+ "minimum": -9223372036854776000.0,
3181
+ "maximum": 9223372036854776000.0
3168
3182
  },
3169
3183
  "playbackSystemVolume": {
3170
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
3171
- "type": "number"
3184
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
3185
+ "type": "number",
3186
+ "minimum": -9223372036854776000.0,
3187
+ "maximum": 9223372036854776000.0
3172
3188
  },
3173
3189
  "started": {
3174
3190
  "type": "boolean"
@@ -3218,12 +3234,16 @@
3218
3234
  "type": "integer"
3219
3235
  },
3220
3236
  "captureSystemVolume": {
3221
- "description": "indicates capture device's system volume, between 0.0 and 1.0",
3222
- "type": "number"
3237
+ "description": "indicates capture device's system volume, between -1 and 100, -1 means invalid",
3238
+ "type": "number",
3239
+ "minimum": -9223372036854776000.0,
3240
+ "maximum": 9223372036854776000.0
3223
3241
  },
3224
3242
  "playbackSystemVolume": {
3225
- "description": "indicates playback device's system volume, between 0.0 and 1.0",
3226
- "type": "number"
3243
+ "description": "indicates playback device's system volume, between -1 and 100, -1 means invalid",
3244
+ "type": "number",
3245
+ "minimum": -9223372036854776000.0,
3246
+ "maximum": 9223372036854776000.0
3227
3247
  },
3228
3248
  "started": {
3229
3249
  "type": "boolean"
@@ -540,11 +540,11 @@ export interface Event {
540
540
  startPlaybackCostTimeMilliSecond?: number;
541
541
  changeCount?: number;
542
542
  /**
543
- * indicates capture device's system volume, between 0.0 and 1.0
543
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
544
544
  */
545
545
  captureSystemVolume?: number;
546
546
  /**
547
- * indicates playback device's system volume, between 0.0 and 1.0
547
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
548
548
  */
549
549
  playbackSystemVolume?: number;
550
550
  started?: boolean;
@@ -3038,11 +3038,11 @@ export interface Event {
3038
3038
  startPlaybackCostTimeMilliSecond?: number;
3039
3039
  changeCount?: number;
3040
3040
  /**
3041
- * indicates capture device's system volume, between 0.0 and 1.0
3041
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
3042
3042
  */
3043
3043
  captureSystemVolume?: number;
3044
3044
  /**
3045
- * indicates playback device's system volume, between 0.0 and 1.0
3045
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
3046
3046
  */
3047
3047
  playbackSystemVolume?: number;
3048
3048
  started?: boolean;
@@ -3064,11 +3064,11 @@ export interface Event {
3064
3064
  startPlaybackCostTimeMilliSecond?: number;
3065
3065
  changeCount?: number;
3066
3066
  /**
3067
- * indicates capture device's system volume, between 0.0 and 1.0
3067
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
3068
3068
  */
3069
3069
  captureSystemVolume?: number;
3070
3070
  /**
3071
- * indicates playback device's system volume, between 0.0 and 1.0
3071
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
3072
3072
  */
3073
3073
  playbackSystemVolume?: number;
3074
3074
  started?: boolean;
@@ -3090,11 +3090,11 @@ export interface Event {
3090
3090
  startPlaybackCostTimeMilliSecond?: number;
3091
3091
  changeCount?: number;
3092
3092
  /**
3093
- * indicates capture device's system volume, between 0.0 and 1.0
3093
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
3094
3094
  */
3095
3095
  captureSystemVolume?: number;
3096
3096
  /**
3097
- * indicates playback device's system volume, between 0.0 and 1.0
3097
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
3098
3098
  */
3099
3099
  playbackSystemVolume?: number;
3100
3100
  started?: boolean;
@@ -3116,11 +3116,11 @@ export interface Event {
3116
3116
  startPlaybackCostTimeMilliSecond?: number;
3117
3117
  changeCount?: number;
3118
3118
  /**
3119
- * indicates capture device's system volume, between 0.0 and 1.0
3119
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
3120
3120
  */
3121
3121
  captureSystemVolume?: number;
3122
3122
  /**
3123
- * indicates playback device's system volume, between 0.0 and 1.0
3123
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
3124
3124
  */
3125
3125
  playbackSystemVolume?: number;
3126
3126
  started?: boolean;
@@ -3925,11 +3925,11 @@ export interface Event {
3925
3925
  startPlaybackCostTimeMilliSecond?: number;
3926
3926
  changeCount?: number;
3927
3927
  /**
3928
- * indicates capture device's system volume, between 0.0 and 1.0
3928
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
3929
3929
  */
3930
3930
  captureSystemVolume?: number;
3931
3931
  /**
3932
- * indicates playback device's system volume, between 0.0 and 1.0
3932
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
3933
3933
  */
3934
3934
  playbackSystemVolume?: number;
3935
3935
  started?: boolean;
@@ -5734,11 +5734,11 @@ export interface Event {
5734
5734
  startPlaybackCostTimeMilliSecond?: number;
5735
5735
  changeCount?: number;
5736
5736
  /**
5737
- * indicates capture device's system volume, between 0.0 and 1.0
5737
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
5738
5738
  */
5739
5739
  captureSystemVolume?: number;
5740
5740
  /**
5741
- * indicates playback device's system volume, between 0.0 and 1.0
5741
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
5742
5742
  */
5743
5743
  playbackSystemVolume?: number;
5744
5744
  started?: boolean;
@@ -6479,11 +6479,11 @@ export interface Event {
6479
6479
  startPlaybackCostTimeMilliSecond?: number;
6480
6480
  changeCount?: number;
6481
6481
  /**
6482
- * indicates capture device's system volume, between 0.0 and 1.0
6482
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
6483
6483
  */
6484
6484
  captureSystemVolume?: number;
6485
6485
  /**
6486
- * indicates playback device's system volume, between 0.0 and 1.0
6486
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
6487
6487
  */
6488
6488
  playbackSystemVolume?: number;
6489
6489
  started?: boolean;
@@ -6505,11 +6505,11 @@ export interface Event {
6505
6505
  startPlaybackCostTimeMilliSecond?: number;
6506
6506
  changeCount?: number;
6507
6507
  /**
6508
- * indicates capture device's system volume, between 0.0 and 1.0
6508
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
6509
6509
  */
6510
6510
  captureSystemVolume?: number;
6511
6511
  /**
6512
- * indicates playback device's system volume, between 0.0 and 1.0
6512
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
6513
6513
  */
6514
6514
  playbackSystemVolume?: number;
6515
6515
  started?: boolean;
@@ -6531,11 +6531,11 @@ export interface Event {
6531
6531
  startPlaybackCostTimeMilliSecond?: number;
6532
6532
  changeCount?: number;
6533
6533
  /**
6534
- * indicates capture device's system volume, between 0.0 and 1.0
6534
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
6535
6535
  */
6536
6536
  captureSystemVolume?: number;
6537
6537
  /**
6538
- * indicates playback device's system volume, between 0.0 and 1.0
6538
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
6539
6539
  */
6540
6540
  playbackSystemVolume?: number;
6541
6541
  started?: boolean;
@@ -6557,11 +6557,11 @@ export interface Event {
6557
6557
  startPlaybackCostTimeMilliSecond?: number;
6558
6558
  changeCount?: number;
6559
6559
  /**
6560
- * indicates capture device's system volume, between 0.0 and 1.0
6560
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
6561
6561
  */
6562
6562
  captureSystemVolume?: number;
6563
6563
  /**
6564
- * indicates playback device's system volume, between 0.0 and 1.0
6564
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
6565
6565
  */
6566
6566
  playbackSystemVolume?: number;
6567
6567
  started?: boolean;
@@ -9238,11 +9238,11 @@ export interface Event {
9238
9238
  startPlaybackCostTimeMilliSecond?: number;
9239
9239
  changeCount?: number;
9240
9240
  /**
9241
- * indicates capture device's system volume, between 0.0 and 1.0
9241
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
9242
9242
  */
9243
9243
  captureSystemVolume?: number;
9244
9244
  /**
9245
- * indicates playback device's system volume, between 0.0 and 1.0
9245
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
9246
9246
  */
9247
9247
  playbackSystemVolume?: number;
9248
9248
  started?: boolean;
@@ -10923,11 +10923,11 @@ export interface Event {
10923
10923
  startPlaybackCostTimeMilliSecond?: number;
10924
10924
  changeCount?: number;
10925
10925
  /**
10926
- * indicates capture device's system volume, between 0.0 and 1.0
10926
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
10927
10927
  */
10928
10928
  captureSystemVolume?: number;
10929
10929
  /**
10930
- * indicates playback device's system volume, between 0.0 and 1.0
10930
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
10931
10931
  */
10932
10932
  playbackSystemVolume?: number;
10933
10933
  started?: boolean;
@@ -11636,11 +11636,11 @@ export interface Event {
11636
11636
  startPlaybackCostTimeMilliSecond?: number;
11637
11637
  changeCount?: number;
11638
11638
  /**
11639
- * indicates capture device's system volume, between 0.0 and 1.0
11639
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
11640
11640
  */
11641
11641
  captureSystemVolume?: number;
11642
11642
  /**
11643
- * indicates playback device's system volume, between 0.0 and 1.0
11643
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
11644
11644
  */
11645
11645
  playbackSystemVolume?: number;
11646
11646
  started?: boolean;
@@ -11662,11 +11662,11 @@ export interface Event {
11662
11662
  startPlaybackCostTimeMilliSecond?: number;
11663
11663
  changeCount?: number;
11664
11664
  /**
11665
- * indicates capture device's system volume, between 0.0 and 1.0
11665
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
11666
11666
  */
11667
11667
  captureSystemVolume?: number;
11668
11668
  /**
11669
- * indicates playback device's system volume, between 0.0 and 1.0
11669
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
11670
11670
  */
11671
11671
  playbackSystemVolume?: number;
11672
11672
  started?: boolean;
@@ -11688,11 +11688,11 @@ export interface Event {
11688
11688
  startPlaybackCostTimeMilliSecond?: number;
11689
11689
  changeCount?: number;
11690
11690
  /**
11691
- * indicates capture device's system volume, between 0.0 and 1.0
11691
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
11692
11692
  */
11693
11693
  captureSystemVolume?: number;
11694
11694
  /**
11695
- * indicates playback device's system volume, between 0.0 and 1.0
11695
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
11696
11696
  */
11697
11697
  playbackSystemVolume?: number;
11698
11698
  started?: boolean;
@@ -11714,11 +11714,11 @@ export interface Event {
11714
11714
  startPlaybackCostTimeMilliSecond?: number;
11715
11715
  changeCount?: number;
11716
11716
  /**
11717
- * indicates capture device's system volume, between 0.0 and 1.0
11717
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
11718
11718
  */
11719
11719
  captureSystemVolume?: number;
11720
11720
  /**
11721
- * indicates playback device's system volume, between 0.0 and 1.0
11721
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
11722
11722
  */
11723
11723
  playbackSystemVolume?: number;
11724
11724
  started?: boolean;
@@ -12561,11 +12561,11 @@ export interface ClientEvent {
12561
12561
  startPlaybackCostTimeMilliSecond?: number;
12562
12562
  changeCount?: number;
12563
12563
  /**
12564
- * indicates capture device's system volume, between 0.0 and 1.0
12564
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
12565
12565
  */
12566
12566
  captureSystemVolume?: number;
12567
12567
  /**
12568
- * indicates playback device's system volume, between 0.0 and 1.0
12568
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
12569
12569
  */
12570
12570
  playbackSystemVolume?: number;
12571
12571
  started?: boolean;
@@ -15059,11 +15059,11 @@ export interface ClientEvent {
15059
15059
  startPlaybackCostTimeMilliSecond?: number;
15060
15060
  changeCount?: number;
15061
15061
  /**
15062
- * indicates capture device's system volume, between 0.0 and 1.0
15062
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
15063
15063
  */
15064
15064
  captureSystemVolume?: number;
15065
15065
  /**
15066
- * indicates playback device's system volume, between 0.0 and 1.0
15066
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
15067
15067
  */
15068
15068
  playbackSystemVolume?: number;
15069
15069
  started?: boolean;
@@ -15085,11 +15085,11 @@ export interface ClientEvent {
15085
15085
  startPlaybackCostTimeMilliSecond?: number;
15086
15086
  changeCount?: number;
15087
15087
  /**
15088
- * indicates capture device's system volume, between 0.0 and 1.0
15088
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
15089
15089
  */
15090
15090
  captureSystemVolume?: number;
15091
15091
  /**
15092
- * indicates playback device's system volume, between 0.0 and 1.0
15092
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
15093
15093
  */
15094
15094
  playbackSystemVolume?: number;
15095
15095
  started?: boolean;
@@ -15111,11 +15111,11 @@ export interface ClientEvent {
15111
15111
  startPlaybackCostTimeMilliSecond?: number;
15112
15112
  changeCount?: number;
15113
15113
  /**
15114
- * indicates capture device's system volume, between 0.0 and 1.0
15114
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
15115
15115
  */
15116
15116
  captureSystemVolume?: number;
15117
15117
  /**
15118
- * indicates playback device's system volume, between 0.0 and 1.0
15118
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
15119
15119
  */
15120
15120
  playbackSystemVolume?: number;
15121
15121
  started?: boolean;
@@ -15137,11 +15137,11 @@ export interface ClientEvent {
15137
15137
  startPlaybackCostTimeMilliSecond?: number;
15138
15138
  changeCount?: number;
15139
15139
  /**
15140
- * indicates capture device's system volume, between 0.0 and 1.0
15140
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
15141
15141
  */
15142
15142
  captureSystemVolume?: number;
15143
15143
  /**
15144
- * indicates playback device's system volume, between 0.0 and 1.0
15144
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
15145
15145
  */
15146
15146
  playbackSystemVolume?: number;
15147
15147
  started?: boolean;
@@ -15866,11 +15866,11 @@ export interface FeatureEvent {
15866
15866
  startPlaybackCostTimeMilliSecond?: number;
15867
15867
  changeCount?: number;
15868
15868
  /**
15869
- * indicates capture device's system volume, between 0.0 and 1.0
15869
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
15870
15870
  */
15871
15871
  captureSystemVolume?: number;
15872
15872
  /**
15873
- * indicates playback device's system volume, between 0.0 and 1.0
15873
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
15874
15874
  */
15875
15875
  playbackSystemVolume?: number;
15876
15876
  started?: boolean;
@@ -17562,11 +17562,11 @@ export interface MediaQualityEvent {
17562
17562
  startPlaybackCostTimeMilliSecond?: number;
17563
17563
  changeCount?: number;
17564
17564
  /**
17565
- * indicates capture device's system volume, between 0.0 and 1.0
17565
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
17566
17566
  */
17567
17567
  captureSystemVolume?: number;
17568
17568
  /**
17569
- * indicates playback device's system volume, between 0.0 and 1.0
17569
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
17570
17570
  */
17571
17571
  playbackSystemVolume?: number;
17572
17572
  started?: boolean;
@@ -18307,11 +18307,11 @@ export interface MediaQualityEvent {
18307
18307
  startPlaybackCostTimeMilliSecond?: number;
18308
18308
  changeCount?: number;
18309
18309
  /**
18310
- * indicates capture device's system volume, between 0.0 and 1.0
18310
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
18311
18311
  */
18312
18312
  captureSystemVolume?: number;
18313
18313
  /**
18314
- * indicates playback device's system volume, between 0.0 and 1.0
18314
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
18315
18315
  */
18316
18316
  playbackSystemVolume?: number;
18317
18317
  started?: boolean;
@@ -18333,11 +18333,11 @@ export interface MediaQualityEvent {
18333
18333
  startPlaybackCostTimeMilliSecond?: number;
18334
18334
  changeCount?: number;
18335
18335
  /**
18336
- * indicates capture device's system volume, between 0.0 and 1.0
18336
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
18337
18337
  */
18338
18338
  captureSystemVolume?: number;
18339
18339
  /**
18340
- * indicates playback device's system volume, between 0.0 and 1.0
18340
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
18341
18341
  */
18342
18342
  playbackSystemVolume?: number;
18343
18343
  started?: boolean;
@@ -18359,11 +18359,11 @@ export interface MediaQualityEvent {
18359
18359
  startPlaybackCostTimeMilliSecond?: number;
18360
18360
  changeCount?: number;
18361
18361
  /**
18362
- * indicates capture device's system volume, between 0.0 and 1.0
18362
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
18363
18363
  */
18364
18364
  captureSystemVolume?: number;
18365
18365
  /**
18366
- * indicates playback device's system volume, between 0.0 and 1.0
18366
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
18367
18367
  */
18368
18368
  playbackSystemVolume?: number;
18369
18369
  started?: boolean;
@@ -18385,11 +18385,11 @@ export interface MediaQualityEvent {
18385
18385
  startPlaybackCostTimeMilliSecond?: number;
18386
18386
  changeCount?: number;
18387
18387
  /**
18388
- * indicates capture device's system volume, between 0.0 and 1.0
18388
+ * indicates capture device's system volume, between -1 and 100, -1 means invalid
18389
18389
  */
18390
18390
  captureSystemVolume?: number;
18391
18391
  /**
18392
- * indicates playback device's system volume, between 0.0 and 1.0
18392
+ * indicates playback device's system volume, between -1 and 100, -1 means invalid
18393
18393
  */
18394
18394
  playbackSystemVolume?: number;
18395
18395
  started?: boolean;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1580"
31
+ "version": "1.0.1581"
32
32
  }