@webex/event-dictionary-ts 1.0.1564 → 1.0.1565
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.
|
@@ -552,6 +552,61 @@
|
|
|
552
552
|
"additionalData": {
|
|
553
553
|
"type": "object",
|
|
554
554
|
"additionalProperties": true
|
|
555
|
+
},
|
|
556
|
+
"mediaDeviceInfo": {
|
|
557
|
+
"type": "object",
|
|
558
|
+
"description": "information object for the peripheral",
|
|
559
|
+
"additionalProperties": true,
|
|
560
|
+
"required": [
|
|
561
|
+
"name"
|
|
562
|
+
],
|
|
563
|
+
"properties": {
|
|
564
|
+
"name": {
|
|
565
|
+
"enum": [
|
|
566
|
+
"camera",
|
|
567
|
+
"microphone",
|
|
568
|
+
"speaker"
|
|
569
|
+
],
|
|
570
|
+
"type": "string"
|
|
571
|
+
},
|
|
572
|
+
"information": {
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
"driver": {
|
|
576
|
+
"type": "string"
|
|
577
|
+
},
|
|
578
|
+
"errorCode": {
|
|
579
|
+
"type": "string"
|
|
580
|
+
},
|
|
581
|
+
"connectionType": {},
|
|
582
|
+
"bluetoothMode": {},
|
|
583
|
+
"openDeviceCostTimeMilliSecond": {
|
|
584
|
+
"type": "integer"
|
|
585
|
+
},
|
|
586
|
+
"startCaptureCostTimeMilliSecond": {
|
|
587
|
+
"type": "integer"
|
|
588
|
+
},
|
|
589
|
+
"txSampleRate": {
|
|
590
|
+
"type": "integer"
|
|
591
|
+
},
|
|
592
|
+
"startPlaybackCostTimeMilliSecond": {
|
|
593
|
+
"type": "integer"
|
|
594
|
+
},
|
|
595
|
+
"changeCount": {
|
|
596
|
+
"type": "integer"
|
|
597
|
+
},
|
|
598
|
+
"captureSystemVolume": {
|
|
599
|
+
"description": "indicates capture device's system volume, between 0.0 and 1.0",
|
|
600
|
+
"type": "number"
|
|
601
|
+
},
|
|
602
|
+
"playbackSystemVolume": {
|
|
603
|
+
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
604
|
+
"type": "number"
|
|
605
|
+
},
|
|
606
|
+
"started": {
|
|
607
|
+
"type": "boolean"
|
|
608
|
+
}
|
|
609
|
+
}
|
|
555
610
|
}
|
|
556
611
|
}
|
|
557
612
|
},
|
|
@@ -2257,6 +2312,9 @@
|
|
|
2257
2312
|
"client.media-engine.ready",
|
|
2258
2313
|
"client.media-engine.remote-sdp-received",
|
|
2259
2314
|
"client.media-engine.start-launch",
|
|
2315
|
+
"client.media-device.ready",
|
|
2316
|
+
"client.media-device.stop",
|
|
2317
|
+
"client.media-device.error",
|
|
2260
2318
|
"client.media-status",
|
|
2261
2319
|
"client.media.capabilities",
|
|
2262
2320
|
"client.media.reachability",
|
|
@@ -6039,6 +6097,9 @@
|
|
|
6039
6097
|
"playbackSystemVolume": {
|
|
6040
6098
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
6041
6099
|
"type": "number"
|
|
6100
|
+
},
|
|
6101
|
+
"started": {
|
|
6102
|
+
"type": "boolean"
|
|
6042
6103
|
}
|
|
6043
6104
|
}
|
|
6044
6105
|
}
|
|
@@ -6092,6 +6153,9 @@
|
|
|
6092
6153
|
"playbackSystemVolume": {
|
|
6093
6154
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
6094
6155
|
"type": "number"
|
|
6156
|
+
},
|
|
6157
|
+
"started": {
|
|
6158
|
+
"type": "boolean"
|
|
6095
6159
|
}
|
|
6096
6160
|
}
|
|
6097
6161
|
},
|
|
@@ -6144,6 +6208,9 @@
|
|
|
6144
6208
|
"playbackSystemVolume": {
|
|
6145
6209
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
6146
6210
|
"type": "number"
|
|
6211
|
+
},
|
|
6212
|
+
"started": {
|
|
6213
|
+
"type": "boolean"
|
|
6147
6214
|
}
|
|
6148
6215
|
}
|
|
6149
6216
|
},
|
|
@@ -6196,6 +6263,9 @@
|
|
|
6196
6263
|
"playbackSystemVolume": {
|
|
6197
6264
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
6198
6265
|
"type": "number"
|
|
6266
|
+
},
|
|
6267
|
+
"started": {
|
|
6268
|
+
"type": "boolean"
|
|
6199
6269
|
}
|
|
6200
6270
|
}
|
|
6201
6271
|
},
|
|
@@ -1052,6 +1052,61 @@
|
|
|
1052
1052
|
"additionalData": {
|
|
1053
1053
|
"type": "object",
|
|
1054
1054
|
"additionalProperties": true
|
|
1055
|
+
},
|
|
1056
|
+
"mediaDeviceInfo": {
|
|
1057
|
+
"type": "object",
|
|
1058
|
+
"description": "information object for the peripheral",
|
|
1059
|
+
"additionalProperties": true,
|
|
1060
|
+
"required": [
|
|
1061
|
+
"name"
|
|
1062
|
+
],
|
|
1063
|
+
"properties": {
|
|
1064
|
+
"name": {
|
|
1065
|
+
"enum": [
|
|
1066
|
+
"camera",
|
|
1067
|
+
"microphone",
|
|
1068
|
+
"speaker"
|
|
1069
|
+
],
|
|
1070
|
+
"type": "string"
|
|
1071
|
+
},
|
|
1072
|
+
"information": {
|
|
1073
|
+
"type": "string"
|
|
1074
|
+
},
|
|
1075
|
+
"driver": {
|
|
1076
|
+
"type": "string"
|
|
1077
|
+
},
|
|
1078
|
+
"errorCode": {
|
|
1079
|
+
"type": "string"
|
|
1080
|
+
},
|
|
1081
|
+
"connectionType": {},
|
|
1082
|
+
"bluetoothMode": {},
|
|
1083
|
+
"openDeviceCostTimeMilliSecond": {
|
|
1084
|
+
"type": "integer"
|
|
1085
|
+
},
|
|
1086
|
+
"startCaptureCostTimeMilliSecond": {
|
|
1087
|
+
"type": "integer"
|
|
1088
|
+
},
|
|
1089
|
+
"txSampleRate": {
|
|
1090
|
+
"type": "integer"
|
|
1091
|
+
},
|
|
1092
|
+
"startPlaybackCostTimeMilliSecond": {
|
|
1093
|
+
"type": "integer"
|
|
1094
|
+
},
|
|
1095
|
+
"changeCount": {
|
|
1096
|
+
"type": "integer"
|
|
1097
|
+
},
|
|
1098
|
+
"captureSystemVolume": {
|
|
1099
|
+
"description": "indicates capture device's system volume, between 0.0 and 1.0",
|
|
1100
|
+
"type": "number"
|
|
1101
|
+
},
|
|
1102
|
+
"playbackSystemVolume": {
|
|
1103
|
+
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
1104
|
+
"type": "number"
|
|
1105
|
+
},
|
|
1106
|
+
"started": {
|
|
1107
|
+
"type": "boolean"
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1055
1110
|
}
|
|
1056
1111
|
}
|
|
1057
1112
|
},
|
|
@@ -2757,6 +2812,9 @@
|
|
|
2757
2812
|
"client.media-engine.ready",
|
|
2758
2813
|
"client.media-engine.remote-sdp-received",
|
|
2759
2814
|
"client.media-engine.start-launch",
|
|
2815
|
+
"client.media-device.ready",
|
|
2816
|
+
"client.media-device.stop",
|
|
2817
|
+
"client.media-device.error",
|
|
2760
2818
|
"client.media-status",
|
|
2761
2819
|
"client.media.capabilities",
|
|
2762
2820
|
"client.media.reachability",
|
|
@@ -6539,6 +6597,9 @@
|
|
|
6539
6597
|
"playbackSystemVolume": {
|
|
6540
6598
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
6541
6599
|
"type": "number"
|
|
6600
|
+
},
|
|
6601
|
+
"started": {
|
|
6602
|
+
"type": "boolean"
|
|
6542
6603
|
}
|
|
6543
6604
|
}
|
|
6544
6605
|
}
|
|
@@ -6592,6 +6653,9 @@
|
|
|
6592
6653
|
"playbackSystemVolume": {
|
|
6593
6654
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
6594
6655
|
"type": "number"
|
|
6656
|
+
},
|
|
6657
|
+
"started": {
|
|
6658
|
+
"type": "boolean"
|
|
6595
6659
|
}
|
|
6596
6660
|
}
|
|
6597
6661
|
},
|
|
@@ -6644,6 +6708,9 @@
|
|
|
6644
6708
|
"playbackSystemVolume": {
|
|
6645
6709
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
6646
6710
|
"type": "number"
|
|
6711
|
+
},
|
|
6712
|
+
"started": {
|
|
6713
|
+
"type": "boolean"
|
|
6647
6714
|
}
|
|
6648
6715
|
}
|
|
6649
6716
|
},
|
|
@@ -6696,6 +6763,9 @@
|
|
|
6696
6763
|
"playbackSystemVolume": {
|
|
6697
6764
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
6698
6765
|
"type": "number"
|
|
6766
|
+
},
|
|
6767
|
+
"started": {
|
|
6768
|
+
"type": "boolean"
|
|
6699
6769
|
}
|
|
6700
6770
|
}
|
|
6701
6771
|
},
|
|
@@ -8286,6 +8356,61 @@
|
|
|
8286
8356
|
"additionalData": {
|
|
8287
8357
|
"type": "object",
|
|
8288
8358
|
"additionalProperties": true
|
|
8359
|
+
},
|
|
8360
|
+
"mediaDeviceInfo": {
|
|
8361
|
+
"type": "object",
|
|
8362
|
+
"description": "information object for the peripheral",
|
|
8363
|
+
"additionalProperties": true,
|
|
8364
|
+
"required": [
|
|
8365
|
+
"name"
|
|
8366
|
+
],
|
|
8367
|
+
"properties": {
|
|
8368
|
+
"name": {
|
|
8369
|
+
"enum": [
|
|
8370
|
+
"camera",
|
|
8371
|
+
"microphone",
|
|
8372
|
+
"speaker"
|
|
8373
|
+
],
|
|
8374
|
+
"type": "string"
|
|
8375
|
+
},
|
|
8376
|
+
"information": {
|
|
8377
|
+
"type": "string"
|
|
8378
|
+
},
|
|
8379
|
+
"driver": {
|
|
8380
|
+
"type": "string"
|
|
8381
|
+
},
|
|
8382
|
+
"errorCode": {
|
|
8383
|
+
"type": "string"
|
|
8384
|
+
},
|
|
8385
|
+
"connectionType": {},
|
|
8386
|
+
"bluetoothMode": {},
|
|
8387
|
+
"openDeviceCostTimeMilliSecond": {
|
|
8388
|
+
"type": "integer"
|
|
8389
|
+
},
|
|
8390
|
+
"startCaptureCostTimeMilliSecond": {
|
|
8391
|
+
"type": "integer"
|
|
8392
|
+
},
|
|
8393
|
+
"txSampleRate": {
|
|
8394
|
+
"type": "integer"
|
|
8395
|
+
},
|
|
8396
|
+
"startPlaybackCostTimeMilliSecond": {
|
|
8397
|
+
"type": "integer"
|
|
8398
|
+
},
|
|
8399
|
+
"changeCount": {
|
|
8400
|
+
"type": "integer"
|
|
8401
|
+
},
|
|
8402
|
+
"captureSystemVolume": {
|
|
8403
|
+
"description": "indicates capture device's system volume, between 0.0 and 1.0",
|
|
8404
|
+
"type": "number"
|
|
8405
|
+
},
|
|
8406
|
+
"playbackSystemVolume": {
|
|
8407
|
+
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
8408
|
+
"type": "number"
|
|
8409
|
+
},
|
|
8410
|
+
"started": {
|
|
8411
|
+
"type": "boolean"
|
|
8412
|
+
}
|
|
8413
|
+
}
|
|
8289
8414
|
}
|
|
8290
8415
|
}
|
|
8291
8416
|
},
|
|
@@ -12586,6 +12711,61 @@
|
|
|
12586
12711
|
"additionalData": {
|
|
12587
12712
|
"type": "object",
|
|
12588
12713
|
"additionalProperties": true
|
|
12714
|
+
},
|
|
12715
|
+
"mediaDeviceInfo": {
|
|
12716
|
+
"type": "object",
|
|
12717
|
+
"description": "information object for the peripheral",
|
|
12718
|
+
"additionalProperties": true,
|
|
12719
|
+
"required": [
|
|
12720
|
+
"name"
|
|
12721
|
+
],
|
|
12722
|
+
"properties": {
|
|
12723
|
+
"name": {
|
|
12724
|
+
"enum": [
|
|
12725
|
+
"camera",
|
|
12726
|
+
"microphone",
|
|
12727
|
+
"speaker"
|
|
12728
|
+
],
|
|
12729
|
+
"type": "string"
|
|
12730
|
+
},
|
|
12731
|
+
"information": {
|
|
12732
|
+
"type": "string"
|
|
12733
|
+
},
|
|
12734
|
+
"driver": {
|
|
12735
|
+
"type": "string"
|
|
12736
|
+
},
|
|
12737
|
+
"errorCode": {
|
|
12738
|
+
"type": "string"
|
|
12739
|
+
},
|
|
12740
|
+
"connectionType": {},
|
|
12741
|
+
"bluetoothMode": {},
|
|
12742
|
+
"openDeviceCostTimeMilliSecond": {
|
|
12743
|
+
"type": "integer"
|
|
12744
|
+
},
|
|
12745
|
+
"startCaptureCostTimeMilliSecond": {
|
|
12746
|
+
"type": "integer"
|
|
12747
|
+
},
|
|
12748
|
+
"txSampleRate": {
|
|
12749
|
+
"type": "integer"
|
|
12750
|
+
},
|
|
12751
|
+
"startPlaybackCostTimeMilliSecond": {
|
|
12752
|
+
"type": "integer"
|
|
12753
|
+
},
|
|
12754
|
+
"changeCount": {
|
|
12755
|
+
"type": "integer"
|
|
12756
|
+
},
|
|
12757
|
+
"captureSystemVolume": {
|
|
12758
|
+
"description": "indicates capture device's system volume, between 0.0 and 1.0",
|
|
12759
|
+
"type": "number"
|
|
12760
|
+
},
|
|
12761
|
+
"playbackSystemVolume": {
|
|
12762
|
+
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
12763
|
+
"type": "number"
|
|
12764
|
+
},
|
|
12765
|
+
"started": {
|
|
12766
|
+
"type": "boolean"
|
|
12767
|
+
}
|
|
12768
|
+
}
|
|
12589
12769
|
}
|
|
12590
12770
|
}
|
|
12591
12771
|
},
|
|
@@ -15025,6 +15205,9 @@
|
|
|
15025
15205
|
"playbackSystemVolume": {
|
|
15026
15206
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
15027
15207
|
"type": "number"
|
|
15208
|
+
},
|
|
15209
|
+
"started": {
|
|
15210
|
+
"type": "boolean"
|
|
15028
15211
|
}
|
|
15029
15212
|
}
|
|
15030
15213
|
}
|
|
@@ -15078,6 +15261,9 @@
|
|
|
15078
15261
|
"playbackSystemVolume": {
|
|
15079
15262
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
15080
15263
|
"type": "number"
|
|
15264
|
+
},
|
|
15265
|
+
"started": {
|
|
15266
|
+
"type": "boolean"
|
|
15081
15267
|
}
|
|
15082
15268
|
}
|
|
15083
15269
|
},
|
|
@@ -15130,6 +15316,9 @@
|
|
|
15130
15316
|
"playbackSystemVolume": {
|
|
15131
15317
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
15132
15318
|
"type": "number"
|
|
15319
|
+
},
|
|
15320
|
+
"started": {
|
|
15321
|
+
"type": "boolean"
|
|
15133
15322
|
}
|
|
15134
15323
|
}
|
|
15135
15324
|
},
|
|
@@ -15182,6 +15371,9 @@
|
|
|
15182
15371
|
"playbackSystemVolume": {
|
|
15183
15372
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
15184
15373
|
"type": "number"
|
|
15374
|
+
},
|
|
15375
|
+
"started": {
|
|
15376
|
+
"type": "boolean"
|
|
15185
15377
|
}
|
|
15186
15378
|
}
|
|
15187
15379
|
},
|
|
@@ -21495,6 +21687,61 @@
|
|
|
21495
21687
|
"additionalData": {
|
|
21496
21688
|
"type": "object",
|
|
21497
21689
|
"additionalProperties": true
|
|
21690
|
+
},
|
|
21691
|
+
"mediaDeviceInfo": {
|
|
21692
|
+
"type": "object",
|
|
21693
|
+
"description": "information object for the peripheral",
|
|
21694
|
+
"additionalProperties": true,
|
|
21695
|
+
"required": [
|
|
21696
|
+
"name"
|
|
21697
|
+
],
|
|
21698
|
+
"properties": {
|
|
21699
|
+
"name": {
|
|
21700
|
+
"enum": [
|
|
21701
|
+
"camera",
|
|
21702
|
+
"microphone",
|
|
21703
|
+
"speaker"
|
|
21704
|
+
],
|
|
21705
|
+
"type": "string"
|
|
21706
|
+
},
|
|
21707
|
+
"information": {
|
|
21708
|
+
"type": "string"
|
|
21709
|
+
},
|
|
21710
|
+
"driver": {
|
|
21711
|
+
"type": "string"
|
|
21712
|
+
},
|
|
21713
|
+
"errorCode": {
|
|
21714
|
+
"type": "string"
|
|
21715
|
+
},
|
|
21716
|
+
"connectionType": {},
|
|
21717
|
+
"bluetoothMode": {},
|
|
21718
|
+
"openDeviceCostTimeMilliSecond": {
|
|
21719
|
+
"type": "integer"
|
|
21720
|
+
},
|
|
21721
|
+
"startCaptureCostTimeMilliSecond": {
|
|
21722
|
+
"type": "integer"
|
|
21723
|
+
},
|
|
21724
|
+
"txSampleRate": {
|
|
21725
|
+
"type": "integer"
|
|
21726
|
+
},
|
|
21727
|
+
"startPlaybackCostTimeMilliSecond": {
|
|
21728
|
+
"type": "integer"
|
|
21729
|
+
},
|
|
21730
|
+
"changeCount": {
|
|
21731
|
+
"type": "integer"
|
|
21732
|
+
},
|
|
21733
|
+
"captureSystemVolume": {
|
|
21734
|
+
"description": "indicates capture device's system volume, between 0.0 and 1.0",
|
|
21735
|
+
"type": "number"
|
|
21736
|
+
},
|
|
21737
|
+
"playbackSystemVolume": {
|
|
21738
|
+
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
21739
|
+
"type": "number"
|
|
21740
|
+
},
|
|
21741
|
+
"started": {
|
|
21742
|
+
"type": "boolean"
|
|
21743
|
+
}
|
|
21744
|
+
}
|
|
21498
21745
|
}
|
|
21499
21746
|
}
|
|
21500
21747
|
},
|
|
@@ -25452,6 +25699,61 @@
|
|
|
25452
25699
|
"additionalData": {
|
|
25453
25700
|
"type": "object",
|
|
25454
25701
|
"additionalProperties": true
|
|
25702
|
+
},
|
|
25703
|
+
"mediaDeviceInfo": {
|
|
25704
|
+
"type": "object",
|
|
25705
|
+
"description": "information object for the peripheral",
|
|
25706
|
+
"additionalProperties": true,
|
|
25707
|
+
"required": [
|
|
25708
|
+
"name"
|
|
25709
|
+
],
|
|
25710
|
+
"properties": {
|
|
25711
|
+
"name": {
|
|
25712
|
+
"enum": [
|
|
25713
|
+
"camera",
|
|
25714
|
+
"microphone",
|
|
25715
|
+
"speaker"
|
|
25716
|
+
],
|
|
25717
|
+
"type": "string"
|
|
25718
|
+
},
|
|
25719
|
+
"information": {
|
|
25720
|
+
"type": "string"
|
|
25721
|
+
},
|
|
25722
|
+
"driver": {
|
|
25723
|
+
"type": "string"
|
|
25724
|
+
},
|
|
25725
|
+
"errorCode": {
|
|
25726
|
+
"type": "string"
|
|
25727
|
+
},
|
|
25728
|
+
"connectionType": {},
|
|
25729
|
+
"bluetoothMode": {},
|
|
25730
|
+
"openDeviceCostTimeMilliSecond": {
|
|
25731
|
+
"type": "integer"
|
|
25732
|
+
},
|
|
25733
|
+
"startCaptureCostTimeMilliSecond": {
|
|
25734
|
+
"type": "integer"
|
|
25735
|
+
},
|
|
25736
|
+
"txSampleRate": {
|
|
25737
|
+
"type": "integer"
|
|
25738
|
+
},
|
|
25739
|
+
"startPlaybackCostTimeMilliSecond": {
|
|
25740
|
+
"type": "integer"
|
|
25741
|
+
},
|
|
25742
|
+
"changeCount": {
|
|
25743
|
+
"type": "integer"
|
|
25744
|
+
},
|
|
25745
|
+
"captureSystemVolume": {
|
|
25746
|
+
"description": "indicates capture device's system volume, between 0.0 and 1.0",
|
|
25747
|
+
"type": "number"
|
|
25748
|
+
},
|
|
25749
|
+
"playbackSystemVolume": {
|
|
25750
|
+
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
25751
|
+
"type": "number"
|
|
25752
|
+
},
|
|
25753
|
+
"started": {
|
|
25754
|
+
"type": "boolean"
|
|
25755
|
+
}
|
|
25756
|
+
}
|
|
25455
25757
|
}
|
|
25456
25758
|
}
|
|
25457
25759
|
},
|
|
@@ -27810,6 +28112,9 @@
|
|
|
27810
28112
|
"playbackSystemVolume": {
|
|
27811
28113
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
27812
28114
|
"type": "number"
|
|
28115
|
+
},
|
|
28116
|
+
"started": {
|
|
28117
|
+
"type": "boolean"
|
|
27813
28118
|
}
|
|
27814
28119
|
}
|
|
27815
28120
|
}
|
|
@@ -27863,6 +28168,9 @@
|
|
|
27863
28168
|
"playbackSystemVolume": {
|
|
27864
28169
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
27865
28170
|
"type": "number"
|
|
28171
|
+
},
|
|
28172
|
+
"started": {
|
|
28173
|
+
"type": "boolean"
|
|
27866
28174
|
}
|
|
27867
28175
|
}
|
|
27868
28176
|
},
|
|
@@ -27915,6 +28223,9 @@
|
|
|
27915
28223
|
"playbackSystemVolume": {
|
|
27916
28224
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
27917
28225
|
"type": "number"
|
|
28226
|
+
},
|
|
28227
|
+
"started": {
|
|
28228
|
+
"type": "boolean"
|
|
27918
28229
|
}
|
|
27919
28230
|
}
|
|
27920
28231
|
},
|
|
@@ -27967,6 +28278,9 @@
|
|
|
27967
28278
|
"playbackSystemVolume": {
|
|
27968
28279
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
27969
28280
|
"type": "number"
|
|
28281
|
+
},
|
|
28282
|
+
"started": {
|
|
28283
|
+
"type": "boolean"
|
|
27970
28284
|
}
|
|
27971
28285
|
}
|
|
27972
28286
|
},
|
|
@@ -552,6 +552,61 @@
|
|
|
552
552
|
"additionalData": {
|
|
553
553
|
"type": "object",
|
|
554
554
|
"additionalProperties": true
|
|
555
|
+
},
|
|
556
|
+
"mediaDeviceInfo": {
|
|
557
|
+
"type": "object",
|
|
558
|
+
"description": "information object for the peripheral",
|
|
559
|
+
"additionalProperties": true,
|
|
560
|
+
"required": [
|
|
561
|
+
"name"
|
|
562
|
+
],
|
|
563
|
+
"properties": {
|
|
564
|
+
"name": {
|
|
565
|
+
"enum": [
|
|
566
|
+
"camera",
|
|
567
|
+
"microphone",
|
|
568
|
+
"speaker"
|
|
569
|
+
],
|
|
570
|
+
"type": "string"
|
|
571
|
+
},
|
|
572
|
+
"information": {
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
"driver": {
|
|
576
|
+
"type": "string"
|
|
577
|
+
},
|
|
578
|
+
"errorCode": {
|
|
579
|
+
"type": "string"
|
|
580
|
+
},
|
|
581
|
+
"connectionType": {},
|
|
582
|
+
"bluetoothMode": {},
|
|
583
|
+
"openDeviceCostTimeMilliSecond": {
|
|
584
|
+
"type": "integer"
|
|
585
|
+
},
|
|
586
|
+
"startCaptureCostTimeMilliSecond": {
|
|
587
|
+
"type": "integer"
|
|
588
|
+
},
|
|
589
|
+
"txSampleRate": {
|
|
590
|
+
"type": "integer"
|
|
591
|
+
},
|
|
592
|
+
"startPlaybackCostTimeMilliSecond": {
|
|
593
|
+
"type": "integer"
|
|
594
|
+
},
|
|
595
|
+
"changeCount": {
|
|
596
|
+
"type": "integer"
|
|
597
|
+
},
|
|
598
|
+
"captureSystemVolume": {
|
|
599
|
+
"description": "indicates capture device's system volume, between 0.0 and 1.0",
|
|
600
|
+
"type": "number"
|
|
601
|
+
},
|
|
602
|
+
"playbackSystemVolume": {
|
|
603
|
+
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
604
|
+
"type": "number"
|
|
605
|
+
},
|
|
606
|
+
"started": {
|
|
607
|
+
"type": "boolean"
|
|
608
|
+
}
|
|
609
|
+
}
|
|
555
610
|
}
|
|
556
611
|
}
|
|
557
612
|
},
|
|
@@ -553,6 +553,61 @@
|
|
|
553
553
|
"additionalData": {
|
|
554
554
|
"type": "object",
|
|
555
555
|
"additionalProperties": true
|
|
556
|
+
},
|
|
557
|
+
"mediaDeviceInfo": {
|
|
558
|
+
"type": "object",
|
|
559
|
+
"description": "information object for the peripheral",
|
|
560
|
+
"additionalProperties": true,
|
|
561
|
+
"required": [
|
|
562
|
+
"name"
|
|
563
|
+
],
|
|
564
|
+
"properties": {
|
|
565
|
+
"name": {
|
|
566
|
+
"enum": [
|
|
567
|
+
"camera",
|
|
568
|
+
"microphone",
|
|
569
|
+
"speaker"
|
|
570
|
+
],
|
|
571
|
+
"type": "string"
|
|
572
|
+
},
|
|
573
|
+
"information": {
|
|
574
|
+
"type": "string"
|
|
575
|
+
},
|
|
576
|
+
"driver": {
|
|
577
|
+
"type": "string"
|
|
578
|
+
},
|
|
579
|
+
"errorCode": {
|
|
580
|
+
"type": "string"
|
|
581
|
+
},
|
|
582
|
+
"connectionType": {},
|
|
583
|
+
"bluetoothMode": {},
|
|
584
|
+
"openDeviceCostTimeMilliSecond": {
|
|
585
|
+
"type": "integer"
|
|
586
|
+
},
|
|
587
|
+
"startCaptureCostTimeMilliSecond": {
|
|
588
|
+
"type": "integer"
|
|
589
|
+
},
|
|
590
|
+
"txSampleRate": {
|
|
591
|
+
"type": "integer"
|
|
592
|
+
},
|
|
593
|
+
"startPlaybackCostTimeMilliSecond": {
|
|
594
|
+
"type": "integer"
|
|
595
|
+
},
|
|
596
|
+
"changeCount": {
|
|
597
|
+
"type": "integer"
|
|
598
|
+
},
|
|
599
|
+
"captureSystemVolume": {
|
|
600
|
+
"description": "indicates capture device's system volume, between 0.0 and 1.0",
|
|
601
|
+
"type": "number"
|
|
602
|
+
},
|
|
603
|
+
"playbackSystemVolume": {
|
|
604
|
+
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
605
|
+
"type": "number"
|
|
606
|
+
},
|
|
607
|
+
"started": {
|
|
608
|
+
"type": "boolean"
|
|
609
|
+
}
|
|
610
|
+
}
|
|
556
611
|
}
|
|
557
612
|
}
|
|
558
613
|
},
|
|
@@ -2992,6 +3047,9 @@
|
|
|
2992
3047
|
"playbackSystemVolume": {
|
|
2993
3048
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
2994
3049
|
"type": "number"
|
|
3050
|
+
},
|
|
3051
|
+
"started": {
|
|
3052
|
+
"type": "boolean"
|
|
2995
3053
|
}
|
|
2996
3054
|
}
|
|
2997
3055
|
}
|
|
@@ -3045,6 +3103,9 @@
|
|
|
3045
3103
|
"playbackSystemVolume": {
|
|
3046
3104
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
3047
3105
|
"type": "number"
|
|
3106
|
+
},
|
|
3107
|
+
"started": {
|
|
3108
|
+
"type": "boolean"
|
|
3048
3109
|
}
|
|
3049
3110
|
}
|
|
3050
3111
|
},
|
|
@@ -3097,6 +3158,9 @@
|
|
|
3097
3158
|
"playbackSystemVolume": {
|
|
3098
3159
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
3099
3160
|
"type": "number"
|
|
3161
|
+
},
|
|
3162
|
+
"started": {
|
|
3163
|
+
"type": "boolean"
|
|
3100
3164
|
}
|
|
3101
3165
|
}
|
|
3102
3166
|
},
|
|
@@ -3149,6 +3213,9 @@
|
|
|
3149
3213
|
"playbackSystemVolume": {
|
|
3150
3214
|
"description": "indicates playback device's system volume, between 0.0 and 1.0",
|
|
3151
3215
|
"type": "number"
|
|
3216
|
+
},
|
|
3217
|
+
"started": {
|
|
3218
|
+
"type": "boolean"
|
|
3152
3219
|
}
|
|
3153
3220
|
}
|
|
3154
3221
|
},
|
|
@@ -520,6 +520,32 @@ export interface Event {
|
|
|
520
520
|
*/
|
|
521
521
|
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
522
522
|
additionalData?: {};
|
|
523
|
+
/**
|
|
524
|
+
* information object for the peripheral
|
|
525
|
+
*/
|
|
526
|
+
mediaDeviceInfo?: {
|
|
527
|
+
name: "camera" | "microphone" | "speaker";
|
|
528
|
+
information?: string;
|
|
529
|
+
driver?: string;
|
|
530
|
+
errorCode?: string;
|
|
531
|
+
connectionType?: {};
|
|
532
|
+
bluetoothMode?: {};
|
|
533
|
+
openDeviceCostTimeMilliSecond?: number;
|
|
534
|
+
startCaptureCostTimeMilliSecond?: number;
|
|
535
|
+
txSampleRate?: number;
|
|
536
|
+
startPlaybackCostTimeMilliSecond?: number;
|
|
537
|
+
changeCount?: number;
|
|
538
|
+
/**
|
|
539
|
+
* indicates capture device's system volume, between 0.0 and 1.0
|
|
540
|
+
*/
|
|
541
|
+
captureSystemVolume?: number;
|
|
542
|
+
/**
|
|
543
|
+
* indicates playback device's system volume, between 0.0 and 1.0
|
|
544
|
+
*/
|
|
545
|
+
playbackSystemVolume?: number;
|
|
546
|
+
started?: boolean;
|
|
547
|
+
additionalProperties?: false;
|
|
548
|
+
};
|
|
523
549
|
additionalProperties?: false;
|
|
524
550
|
};
|
|
525
551
|
shareInstanceId?: string;
|
|
@@ -1047,6 +1073,9 @@ export interface Event {
|
|
|
1047
1073
|
| "client.media-engine.ready"
|
|
1048
1074
|
| "client.media-engine.remote-sdp-received"
|
|
1049
1075
|
| "client.media-engine.start-launch"
|
|
1076
|
+
| "client.media-device.ready"
|
|
1077
|
+
| "client.media-device.stop"
|
|
1078
|
+
| "client.media-device.error"
|
|
1050
1079
|
| "client.media-status"
|
|
1051
1080
|
| "client.media.capabilities"
|
|
1052
1081
|
| "client.media.reachability"
|
|
@@ -2993,6 +3022,7 @@ export interface Event {
|
|
|
2993
3022
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
2994
3023
|
*/
|
|
2995
3024
|
playbackSystemVolume?: number;
|
|
3025
|
+
started?: boolean;
|
|
2996
3026
|
additionalProperties?: false;
|
|
2997
3027
|
}[];
|
|
2998
3028
|
/**
|
|
@@ -3018,6 +3048,7 @@ export interface Event {
|
|
|
3018
3048
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
3019
3049
|
*/
|
|
3020
3050
|
playbackSystemVolume?: number;
|
|
3051
|
+
started?: boolean;
|
|
3021
3052
|
additionalProperties?: false;
|
|
3022
3053
|
};
|
|
3023
3054
|
/**
|
|
@@ -3043,6 +3074,7 @@ export interface Event {
|
|
|
3043
3074
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
3044
3075
|
*/
|
|
3045
3076
|
playbackSystemVolume?: number;
|
|
3077
|
+
started?: boolean;
|
|
3046
3078
|
additionalProperties?: false;
|
|
3047
3079
|
};
|
|
3048
3080
|
/**
|
|
@@ -3068,6 +3100,7 @@ export interface Event {
|
|
|
3068
3100
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
3069
3101
|
*/
|
|
3070
3102
|
playbackSystemVolume?: number;
|
|
3103
|
+
started?: boolean;
|
|
3071
3104
|
additionalProperties?: false;
|
|
3072
3105
|
};
|
|
3073
3106
|
/**
|
|
@@ -3824,6 +3857,32 @@ export interface Event {
|
|
|
3824
3857
|
*/
|
|
3825
3858
|
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
3826
3859
|
additionalData?: {};
|
|
3860
|
+
/**
|
|
3861
|
+
* information object for the peripheral
|
|
3862
|
+
*/
|
|
3863
|
+
mediaDeviceInfo?: {
|
|
3864
|
+
name: "camera" | "microphone" | "speaker";
|
|
3865
|
+
information?: string;
|
|
3866
|
+
driver?: string;
|
|
3867
|
+
errorCode?: string;
|
|
3868
|
+
connectionType?: {};
|
|
3869
|
+
bluetoothMode?: {};
|
|
3870
|
+
openDeviceCostTimeMilliSecond?: number;
|
|
3871
|
+
startCaptureCostTimeMilliSecond?: number;
|
|
3872
|
+
txSampleRate?: number;
|
|
3873
|
+
startPlaybackCostTimeMilliSecond?: number;
|
|
3874
|
+
changeCount?: number;
|
|
3875
|
+
/**
|
|
3876
|
+
* indicates capture device's system volume, between 0.0 and 1.0
|
|
3877
|
+
*/
|
|
3878
|
+
captureSystemVolume?: number;
|
|
3879
|
+
/**
|
|
3880
|
+
* indicates playback device's system volume, between 0.0 and 1.0
|
|
3881
|
+
*/
|
|
3882
|
+
playbackSystemVolume?: number;
|
|
3883
|
+
started?: boolean;
|
|
3884
|
+
additionalProperties?: false;
|
|
3885
|
+
};
|
|
3827
3886
|
additionalProperties?: false;
|
|
3828
3887
|
};
|
|
3829
3888
|
shareInstanceId?: string;
|
|
@@ -5595,6 +5654,32 @@ export interface Event {
|
|
|
5595
5654
|
*/
|
|
5596
5655
|
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
5597
5656
|
additionalData?: {};
|
|
5657
|
+
/**
|
|
5658
|
+
* information object for the peripheral
|
|
5659
|
+
*/
|
|
5660
|
+
mediaDeviceInfo?: {
|
|
5661
|
+
name: "camera" | "microphone" | "speaker";
|
|
5662
|
+
information?: string;
|
|
5663
|
+
driver?: string;
|
|
5664
|
+
errorCode?: string;
|
|
5665
|
+
connectionType?: {};
|
|
5666
|
+
bluetoothMode?: {};
|
|
5667
|
+
openDeviceCostTimeMilliSecond?: number;
|
|
5668
|
+
startCaptureCostTimeMilliSecond?: number;
|
|
5669
|
+
txSampleRate?: number;
|
|
5670
|
+
startPlaybackCostTimeMilliSecond?: number;
|
|
5671
|
+
changeCount?: number;
|
|
5672
|
+
/**
|
|
5673
|
+
* indicates capture device's system volume, between 0.0 and 1.0
|
|
5674
|
+
*/
|
|
5675
|
+
captureSystemVolume?: number;
|
|
5676
|
+
/**
|
|
5677
|
+
* indicates playback device's system volume, between 0.0 and 1.0
|
|
5678
|
+
*/
|
|
5679
|
+
playbackSystemVolume?: number;
|
|
5680
|
+
started?: boolean;
|
|
5681
|
+
additionalProperties?: false;
|
|
5682
|
+
};
|
|
5598
5683
|
additionalProperties?: false;
|
|
5599
5684
|
};
|
|
5600
5685
|
shareInstanceId?: string;
|
|
@@ -6335,6 +6420,7 @@ export interface Event {
|
|
|
6335
6420
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
6336
6421
|
*/
|
|
6337
6422
|
playbackSystemVolume?: number;
|
|
6423
|
+
started?: boolean;
|
|
6338
6424
|
additionalProperties?: false;
|
|
6339
6425
|
}[];
|
|
6340
6426
|
/**
|
|
@@ -6360,6 +6446,7 @@ export interface Event {
|
|
|
6360
6446
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
6361
6447
|
*/
|
|
6362
6448
|
playbackSystemVolume?: number;
|
|
6449
|
+
started?: boolean;
|
|
6363
6450
|
additionalProperties?: false;
|
|
6364
6451
|
};
|
|
6365
6452
|
/**
|
|
@@ -6385,6 +6472,7 @@ export interface Event {
|
|
|
6385
6472
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
6386
6473
|
*/
|
|
6387
6474
|
playbackSystemVolume?: number;
|
|
6475
|
+
started?: boolean;
|
|
6388
6476
|
additionalProperties?: false;
|
|
6389
6477
|
};
|
|
6390
6478
|
/**
|
|
@@ -6410,6 +6498,7 @@ export interface Event {
|
|
|
6410
6498
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
6411
6499
|
*/
|
|
6412
6500
|
playbackSystemVolume?: number;
|
|
6501
|
+
started?: boolean;
|
|
6413
6502
|
additionalProperties?: false;
|
|
6414
6503
|
};
|
|
6415
6504
|
/**
|
|
@@ -8906,6 +8995,32 @@ export interface Event {
|
|
|
8906
8995
|
*/
|
|
8907
8996
|
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
8908
8997
|
additionalData?: {};
|
|
8998
|
+
/**
|
|
8999
|
+
* information object for the peripheral
|
|
9000
|
+
*/
|
|
9001
|
+
mediaDeviceInfo?: {
|
|
9002
|
+
name: "camera" | "microphone" | "speaker";
|
|
9003
|
+
information?: string;
|
|
9004
|
+
driver?: string;
|
|
9005
|
+
errorCode?: string;
|
|
9006
|
+
connectionType?: {};
|
|
9007
|
+
bluetoothMode?: {};
|
|
9008
|
+
openDeviceCostTimeMilliSecond?: number;
|
|
9009
|
+
startCaptureCostTimeMilliSecond?: number;
|
|
9010
|
+
txSampleRate?: number;
|
|
9011
|
+
startPlaybackCostTimeMilliSecond?: number;
|
|
9012
|
+
changeCount?: number;
|
|
9013
|
+
/**
|
|
9014
|
+
* indicates capture device's system volume, between 0.0 and 1.0
|
|
9015
|
+
*/
|
|
9016
|
+
captureSystemVolume?: number;
|
|
9017
|
+
/**
|
|
9018
|
+
* indicates playback device's system volume, between 0.0 and 1.0
|
|
9019
|
+
*/
|
|
9020
|
+
playbackSystemVolume?: number;
|
|
9021
|
+
started?: boolean;
|
|
9022
|
+
additionalProperties?: false;
|
|
9023
|
+
};
|
|
8909
9024
|
additionalProperties?: false;
|
|
8910
9025
|
};
|
|
8911
9026
|
shareInstanceId?: string;
|
|
@@ -10560,6 +10675,32 @@ export interface Event {
|
|
|
10560
10675
|
*/
|
|
10561
10676
|
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
10562
10677
|
additionalData?: {};
|
|
10678
|
+
/**
|
|
10679
|
+
* information object for the peripheral
|
|
10680
|
+
*/
|
|
10681
|
+
mediaDeviceInfo?: {
|
|
10682
|
+
name: "camera" | "microphone" | "speaker";
|
|
10683
|
+
information?: string;
|
|
10684
|
+
driver?: string;
|
|
10685
|
+
errorCode?: string;
|
|
10686
|
+
connectionType?: {};
|
|
10687
|
+
bluetoothMode?: {};
|
|
10688
|
+
openDeviceCostTimeMilliSecond?: number;
|
|
10689
|
+
startCaptureCostTimeMilliSecond?: number;
|
|
10690
|
+
txSampleRate?: number;
|
|
10691
|
+
startPlaybackCostTimeMilliSecond?: number;
|
|
10692
|
+
changeCount?: number;
|
|
10693
|
+
/**
|
|
10694
|
+
* indicates capture device's system volume, between 0.0 and 1.0
|
|
10695
|
+
*/
|
|
10696
|
+
captureSystemVolume?: number;
|
|
10697
|
+
/**
|
|
10698
|
+
* indicates playback device's system volume, between 0.0 and 1.0
|
|
10699
|
+
*/
|
|
10700
|
+
playbackSystemVolume?: number;
|
|
10701
|
+
started?: boolean;
|
|
10702
|
+
additionalProperties?: false;
|
|
10703
|
+
};
|
|
10563
10704
|
additionalProperties?: false;
|
|
10564
10705
|
};
|
|
10565
10706
|
shareInstanceId?: string;
|
|
@@ -11268,6 +11409,7 @@ export interface Event {
|
|
|
11268
11409
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
11269
11410
|
*/
|
|
11270
11411
|
playbackSystemVolume?: number;
|
|
11412
|
+
started?: boolean;
|
|
11271
11413
|
additionalProperties?: false;
|
|
11272
11414
|
}[];
|
|
11273
11415
|
/**
|
|
@@ -11293,6 +11435,7 @@ export interface Event {
|
|
|
11293
11435
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
11294
11436
|
*/
|
|
11295
11437
|
playbackSystemVolume?: number;
|
|
11438
|
+
started?: boolean;
|
|
11296
11439
|
additionalProperties?: false;
|
|
11297
11440
|
};
|
|
11298
11441
|
/**
|
|
@@ -11318,6 +11461,7 @@ export interface Event {
|
|
|
11318
11461
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
11319
11462
|
*/
|
|
11320
11463
|
playbackSystemVolume?: number;
|
|
11464
|
+
started?: boolean;
|
|
11321
11465
|
additionalProperties?: false;
|
|
11322
11466
|
};
|
|
11323
11467
|
/**
|
|
@@ -11343,6 +11487,7 @@ export interface Event {
|
|
|
11343
11487
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
11344
11488
|
*/
|
|
11345
11489
|
playbackSystemVolume?: number;
|
|
11490
|
+
started?: boolean;
|
|
11346
11491
|
additionalProperties?: false;
|
|
11347
11492
|
};
|
|
11348
11493
|
/**
|
|
@@ -12041,6 +12186,32 @@ export interface ClientEvent {
|
|
|
12041
12186
|
*/
|
|
12042
12187
|
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
12043
12188
|
additionalData?: {};
|
|
12189
|
+
/**
|
|
12190
|
+
* information object for the peripheral
|
|
12191
|
+
*/
|
|
12192
|
+
mediaDeviceInfo?: {
|
|
12193
|
+
name: "camera" | "microphone" | "speaker";
|
|
12194
|
+
information?: string;
|
|
12195
|
+
driver?: string;
|
|
12196
|
+
errorCode?: string;
|
|
12197
|
+
connectionType?: {};
|
|
12198
|
+
bluetoothMode?: {};
|
|
12199
|
+
openDeviceCostTimeMilliSecond?: number;
|
|
12200
|
+
startCaptureCostTimeMilliSecond?: number;
|
|
12201
|
+
txSampleRate?: number;
|
|
12202
|
+
startPlaybackCostTimeMilliSecond?: number;
|
|
12203
|
+
changeCount?: number;
|
|
12204
|
+
/**
|
|
12205
|
+
* indicates capture device's system volume, between 0.0 and 1.0
|
|
12206
|
+
*/
|
|
12207
|
+
captureSystemVolume?: number;
|
|
12208
|
+
/**
|
|
12209
|
+
* indicates playback device's system volume, between 0.0 and 1.0
|
|
12210
|
+
*/
|
|
12211
|
+
playbackSystemVolume?: number;
|
|
12212
|
+
started?: boolean;
|
|
12213
|
+
additionalProperties?: false;
|
|
12214
|
+
};
|
|
12044
12215
|
additionalProperties?: false;
|
|
12045
12216
|
};
|
|
12046
12217
|
shareInstanceId?: string;
|
|
@@ -12568,6 +12739,9 @@ export interface ClientEvent {
|
|
|
12568
12739
|
| "client.media-engine.ready"
|
|
12569
12740
|
| "client.media-engine.remote-sdp-received"
|
|
12570
12741
|
| "client.media-engine.start-launch"
|
|
12742
|
+
| "client.media-device.ready"
|
|
12743
|
+
| "client.media-device.stop"
|
|
12744
|
+
| "client.media-device.error"
|
|
12571
12745
|
| "client.media-status"
|
|
12572
12746
|
| "client.media.capabilities"
|
|
12573
12747
|
| "client.media.reachability"
|
|
@@ -14514,6 +14688,7 @@ export interface ClientEvent {
|
|
|
14514
14688
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
14515
14689
|
*/
|
|
14516
14690
|
playbackSystemVolume?: number;
|
|
14691
|
+
started?: boolean;
|
|
14517
14692
|
additionalProperties?: false;
|
|
14518
14693
|
}[];
|
|
14519
14694
|
/**
|
|
@@ -14539,6 +14714,7 @@ export interface ClientEvent {
|
|
|
14539
14714
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
14540
14715
|
*/
|
|
14541
14716
|
playbackSystemVolume?: number;
|
|
14717
|
+
started?: boolean;
|
|
14542
14718
|
additionalProperties?: false;
|
|
14543
14719
|
};
|
|
14544
14720
|
/**
|
|
@@ -14564,6 +14740,7 @@ export interface ClientEvent {
|
|
|
14564
14740
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
14565
14741
|
*/
|
|
14566
14742
|
playbackSystemVolume?: number;
|
|
14743
|
+
started?: boolean;
|
|
14567
14744
|
additionalProperties?: false;
|
|
14568
14745
|
};
|
|
14569
14746
|
/**
|
|
@@ -14589,6 +14766,7 @@ export interface ClientEvent {
|
|
|
14589
14766
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
14590
14767
|
*/
|
|
14591
14768
|
playbackSystemVolume?: number;
|
|
14769
|
+
started?: boolean;
|
|
14592
14770
|
additionalProperties?: false;
|
|
14593
14771
|
};
|
|
14594
14772
|
/**
|
|
@@ -15258,6 +15436,32 @@ export interface FeatureEvent {
|
|
|
15258
15436
|
*/
|
|
15259
15437
|
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
15260
15438
|
additionalData?: {};
|
|
15439
|
+
/**
|
|
15440
|
+
* information object for the peripheral
|
|
15441
|
+
*/
|
|
15442
|
+
mediaDeviceInfo?: {
|
|
15443
|
+
name: "camera" | "microphone" | "speaker";
|
|
15444
|
+
information?: string;
|
|
15445
|
+
driver?: string;
|
|
15446
|
+
errorCode?: string;
|
|
15447
|
+
connectionType?: {};
|
|
15448
|
+
bluetoothMode?: {};
|
|
15449
|
+
openDeviceCostTimeMilliSecond?: number;
|
|
15450
|
+
startCaptureCostTimeMilliSecond?: number;
|
|
15451
|
+
txSampleRate?: number;
|
|
15452
|
+
startPlaybackCostTimeMilliSecond?: number;
|
|
15453
|
+
changeCount?: number;
|
|
15454
|
+
/**
|
|
15455
|
+
* indicates capture device's system volume, between 0.0 and 1.0
|
|
15456
|
+
*/
|
|
15457
|
+
captureSystemVolume?: number;
|
|
15458
|
+
/**
|
|
15459
|
+
* indicates playback device's system volume, between 0.0 and 1.0
|
|
15460
|
+
*/
|
|
15461
|
+
playbackSystemVolume?: number;
|
|
15462
|
+
started?: boolean;
|
|
15463
|
+
additionalProperties?: false;
|
|
15464
|
+
};
|
|
15261
15465
|
additionalProperties?: false;
|
|
15262
15466
|
};
|
|
15263
15467
|
shareInstanceId?: string;
|
|
@@ -16916,6 +17120,32 @@ export interface MediaQualityEvent {
|
|
|
16916
17120
|
*/
|
|
16917
17121
|
transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
|
|
16918
17122
|
additionalData?: {};
|
|
17123
|
+
/**
|
|
17124
|
+
* information object for the peripheral
|
|
17125
|
+
*/
|
|
17126
|
+
mediaDeviceInfo?: {
|
|
17127
|
+
name: "camera" | "microphone" | "speaker";
|
|
17128
|
+
information?: string;
|
|
17129
|
+
driver?: string;
|
|
17130
|
+
errorCode?: string;
|
|
17131
|
+
connectionType?: {};
|
|
17132
|
+
bluetoothMode?: {};
|
|
17133
|
+
openDeviceCostTimeMilliSecond?: number;
|
|
17134
|
+
startCaptureCostTimeMilliSecond?: number;
|
|
17135
|
+
txSampleRate?: number;
|
|
17136
|
+
startPlaybackCostTimeMilliSecond?: number;
|
|
17137
|
+
changeCount?: number;
|
|
17138
|
+
/**
|
|
17139
|
+
* indicates capture device's system volume, between 0.0 and 1.0
|
|
17140
|
+
*/
|
|
17141
|
+
captureSystemVolume?: number;
|
|
17142
|
+
/**
|
|
17143
|
+
* indicates playback device's system volume, between 0.0 and 1.0
|
|
17144
|
+
*/
|
|
17145
|
+
playbackSystemVolume?: number;
|
|
17146
|
+
started?: boolean;
|
|
17147
|
+
additionalProperties?: false;
|
|
17148
|
+
};
|
|
16919
17149
|
additionalProperties?: false;
|
|
16920
17150
|
};
|
|
16921
17151
|
shareInstanceId?: string;
|
|
@@ -17656,6 +17886,7 @@ export interface MediaQualityEvent {
|
|
|
17656
17886
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
17657
17887
|
*/
|
|
17658
17888
|
playbackSystemVolume?: number;
|
|
17889
|
+
started?: boolean;
|
|
17659
17890
|
additionalProperties?: false;
|
|
17660
17891
|
}[];
|
|
17661
17892
|
/**
|
|
@@ -17681,6 +17912,7 @@ export interface MediaQualityEvent {
|
|
|
17681
17912
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
17682
17913
|
*/
|
|
17683
17914
|
playbackSystemVolume?: number;
|
|
17915
|
+
started?: boolean;
|
|
17684
17916
|
additionalProperties?: false;
|
|
17685
17917
|
};
|
|
17686
17918
|
/**
|
|
@@ -17706,6 +17938,7 @@ export interface MediaQualityEvent {
|
|
|
17706
17938
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
17707
17939
|
*/
|
|
17708
17940
|
playbackSystemVolume?: number;
|
|
17941
|
+
started?: boolean;
|
|
17709
17942
|
additionalProperties?: false;
|
|
17710
17943
|
};
|
|
17711
17944
|
/**
|
|
@@ -17731,6 +17964,7 @@ export interface MediaQualityEvent {
|
|
|
17731
17964
|
* indicates playback device's system volume, between 0.0 and 1.0
|
|
17732
17965
|
*/
|
|
17733
17966
|
playbackSystemVolume?: number;
|
|
17967
|
+
started?: boolean;
|
|
17734
17968
|
additionalProperties?: false;
|
|
17735
17969
|
};
|
|
17736
17970
|
/**
|
package/package.json
CHANGED