@webex/event-dictionary-ts 1.0.2127 → 1.0.2129
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.
|
@@ -1229,6 +1229,51 @@
|
|
|
1229
1229
|
},
|
|
1230
1230
|
"status": {
|
|
1231
1231
|
"type": "string"
|
|
1232
|
+
},
|
|
1233
|
+
"initCaptureFrameworkType": {
|
|
1234
|
+
"enum": [
|
|
1235
|
+
"unknown",
|
|
1236
|
+
"dshow",
|
|
1237
|
+
"mf",
|
|
1238
|
+
"mfPrefer"
|
|
1239
|
+
],
|
|
1240
|
+
"type": "string"
|
|
1241
|
+
},
|
|
1242
|
+
"cameraRetried": {
|
|
1243
|
+
"type": "boolean"
|
|
1244
|
+
},
|
|
1245
|
+
"captureCameraType": {
|
|
1246
|
+
"enum": [
|
|
1247
|
+
"unknown",
|
|
1248
|
+
"builtIn",
|
|
1249
|
+
"aggregate",
|
|
1250
|
+
"virtual",
|
|
1251
|
+
"pci",
|
|
1252
|
+
"usb",
|
|
1253
|
+
"fireWire",
|
|
1254
|
+
"bluetooth",
|
|
1255
|
+
"hdmi",
|
|
1256
|
+
"displayPort",
|
|
1257
|
+
"airPlay",
|
|
1258
|
+
"avb",
|
|
1259
|
+
"thunderbolt",
|
|
1260
|
+
"lineLevel",
|
|
1261
|
+
"external",
|
|
1262
|
+
"continuityCaptureWired",
|
|
1263
|
+
"continuityCaptureWireless",
|
|
1264
|
+
"audioRemote",
|
|
1265
|
+
"iphoneCamera",
|
|
1266
|
+
"deskViewCamera",
|
|
1267
|
+
"virtualCamera",
|
|
1268
|
+
"builtInMinijack"
|
|
1269
|
+
],
|
|
1270
|
+
"type": "string"
|
|
1271
|
+
},
|
|
1272
|
+
"captureCameraFailNum": {
|
|
1273
|
+
"type": "integer"
|
|
1274
|
+
},
|
|
1275
|
+
"videoCaptureEnumTime": {
|
|
1276
|
+
"type": "integer"
|
|
1232
1277
|
}
|
|
1233
1278
|
}
|
|
1234
1279
|
}
|
|
@@ -7226,6 +7271,51 @@
|
|
|
7226
7271
|
},
|
|
7227
7272
|
"status": {
|
|
7228
7273
|
"type": "string"
|
|
7274
|
+
},
|
|
7275
|
+
"initCaptureFrameworkType": {
|
|
7276
|
+
"enum": [
|
|
7277
|
+
"unknown",
|
|
7278
|
+
"dshow",
|
|
7279
|
+
"mf",
|
|
7280
|
+
"mfPrefer"
|
|
7281
|
+
],
|
|
7282
|
+
"type": "string"
|
|
7283
|
+
},
|
|
7284
|
+
"cameraRetried": {
|
|
7285
|
+
"type": "boolean"
|
|
7286
|
+
},
|
|
7287
|
+
"captureCameraType": {
|
|
7288
|
+
"enum": [
|
|
7289
|
+
"unknown",
|
|
7290
|
+
"builtIn",
|
|
7291
|
+
"aggregate",
|
|
7292
|
+
"virtual",
|
|
7293
|
+
"pci",
|
|
7294
|
+
"usb",
|
|
7295
|
+
"fireWire",
|
|
7296
|
+
"bluetooth",
|
|
7297
|
+
"hdmi",
|
|
7298
|
+
"displayPort",
|
|
7299
|
+
"airPlay",
|
|
7300
|
+
"avb",
|
|
7301
|
+
"thunderbolt",
|
|
7302
|
+
"lineLevel",
|
|
7303
|
+
"external",
|
|
7304
|
+
"continuityCaptureWired",
|
|
7305
|
+
"continuityCaptureWireless",
|
|
7306
|
+
"audioRemote",
|
|
7307
|
+
"iphoneCamera",
|
|
7308
|
+
"deskViewCamera",
|
|
7309
|
+
"virtualCamera",
|
|
7310
|
+
"builtInMinijack"
|
|
7311
|
+
],
|
|
7312
|
+
"type": "string"
|
|
7313
|
+
},
|
|
7314
|
+
"captureCameraFailNum": {
|
|
7315
|
+
"type": "integer"
|
|
7316
|
+
},
|
|
7317
|
+
"videoCaptureEnumTime": {
|
|
7318
|
+
"type": "integer"
|
|
7229
7319
|
}
|
|
7230
7320
|
}
|
|
7231
7321
|
}
|
|
@@ -7319,6 +7409,51 @@
|
|
|
7319
7409
|
},
|
|
7320
7410
|
"status": {
|
|
7321
7411
|
"type": "string"
|
|
7412
|
+
},
|
|
7413
|
+
"initCaptureFrameworkType": {
|
|
7414
|
+
"enum": [
|
|
7415
|
+
"unknown",
|
|
7416
|
+
"dshow",
|
|
7417
|
+
"mf",
|
|
7418
|
+
"mfPrefer"
|
|
7419
|
+
],
|
|
7420
|
+
"type": "string"
|
|
7421
|
+
},
|
|
7422
|
+
"cameraRetried": {
|
|
7423
|
+
"type": "boolean"
|
|
7424
|
+
},
|
|
7425
|
+
"captureCameraType": {
|
|
7426
|
+
"enum": [
|
|
7427
|
+
"unknown",
|
|
7428
|
+
"builtIn",
|
|
7429
|
+
"aggregate",
|
|
7430
|
+
"virtual",
|
|
7431
|
+
"pci",
|
|
7432
|
+
"usb",
|
|
7433
|
+
"fireWire",
|
|
7434
|
+
"bluetooth",
|
|
7435
|
+
"hdmi",
|
|
7436
|
+
"displayPort",
|
|
7437
|
+
"airPlay",
|
|
7438
|
+
"avb",
|
|
7439
|
+
"thunderbolt",
|
|
7440
|
+
"lineLevel",
|
|
7441
|
+
"external",
|
|
7442
|
+
"continuityCaptureWired",
|
|
7443
|
+
"continuityCaptureWireless",
|
|
7444
|
+
"audioRemote",
|
|
7445
|
+
"iphoneCamera",
|
|
7446
|
+
"deskViewCamera",
|
|
7447
|
+
"virtualCamera",
|
|
7448
|
+
"builtInMinijack"
|
|
7449
|
+
],
|
|
7450
|
+
"type": "string"
|
|
7451
|
+
},
|
|
7452
|
+
"captureCameraFailNum": {
|
|
7453
|
+
"type": "integer"
|
|
7454
|
+
},
|
|
7455
|
+
"videoCaptureEnumTime": {
|
|
7456
|
+
"type": "integer"
|
|
7322
7457
|
}
|
|
7323
7458
|
}
|
|
7324
7459
|
},
|
|
@@ -7411,6 +7546,51 @@
|
|
|
7411
7546
|
},
|
|
7412
7547
|
"status": {
|
|
7413
7548
|
"type": "string"
|
|
7549
|
+
},
|
|
7550
|
+
"initCaptureFrameworkType": {
|
|
7551
|
+
"enum": [
|
|
7552
|
+
"unknown",
|
|
7553
|
+
"dshow",
|
|
7554
|
+
"mf",
|
|
7555
|
+
"mfPrefer"
|
|
7556
|
+
],
|
|
7557
|
+
"type": "string"
|
|
7558
|
+
},
|
|
7559
|
+
"cameraRetried": {
|
|
7560
|
+
"type": "boolean"
|
|
7561
|
+
},
|
|
7562
|
+
"captureCameraType": {
|
|
7563
|
+
"enum": [
|
|
7564
|
+
"unknown",
|
|
7565
|
+
"builtIn",
|
|
7566
|
+
"aggregate",
|
|
7567
|
+
"virtual",
|
|
7568
|
+
"pci",
|
|
7569
|
+
"usb",
|
|
7570
|
+
"fireWire",
|
|
7571
|
+
"bluetooth",
|
|
7572
|
+
"hdmi",
|
|
7573
|
+
"displayPort",
|
|
7574
|
+
"airPlay",
|
|
7575
|
+
"avb",
|
|
7576
|
+
"thunderbolt",
|
|
7577
|
+
"lineLevel",
|
|
7578
|
+
"external",
|
|
7579
|
+
"continuityCaptureWired",
|
|
7580
|
+
"continuityCaptureWireless",
|
|
7581
|
+
"audioRemote",
|
|
7582
|
+
"iphoneCamera",
|
|
7583
|
+
"deskViewCamera",
|
|
7584
|
+
"virtualCamera",
|
|
7585
|
+
"builtInMinijack"
|
|
7586
|
+
],
|
|
7587
|
+
"type": "string"
|
|
7588
|
+
},
|
|
7589
|
+
"captureCameraFailNum": {
|
|
7590
|
+
"type": "integer"
|
|
7591
|
+
},
|
|
7592
|
+
"videoCaptureEnumTime": {
|
|
7593
|
+
"type": "integer"
|
|
7414
7594
|
}
|
|
7415
7595
|
}
|
|
7416
7596
|
},
|
|
@@ -7503,6 +7683,51 @@
|
|
|
7503
7683
|
},
|
|
7504
7684
|
"status": {
|
|
7505
7685
|
"type": "string"
|
|
7686
|
+
},
|
|
7687
|
+
"initCaptureFrameworkType": {
|
|
7688
|
+
"enum": [
|
|
7689
|
+
"unknown",
|
|
7690
|
+
"dshow",
|
|
7691
|
+
"mf",
|
|
7692
|
+
"mfPrefer"
|
|
7693
|
+
],
|
|
7694
|
+
"type": "string"
|
|
7695
|
+
},
|
|
7696
|
+
"cameraRetried": {
|
|
7697
|
+
"type": "boolean"
|
|
7698
|
+
},
|
|
7699
|
+
"captureCameraType": {
|
|
7700
|
+
"enum": [
|
|
7701
|
+
"unknown",
|
|
7702
|
+
"builtIn",
|
|
7703
|
+
"aggregate",
|
|
7704
|
+
"virtual",
|
|
7705
|
+
"pci",
|
|
7706
|
+
"usb",
|
|
7707
|
+
"fireWire",
|
|
7708
|
+
"bluetooth",
|
|
7709
|
+
"hdmi",
|
|
7710
|
+
"displayPort",
|
|
7711
|
+
"airPlay",
|
|
7712
|
+
"avb",
|
|
7713
|
+
"thunderbolt",
|
|
7714
|
+
"lineLevel",
|
|
7715
|
+
"external",
|
|
7716
|
+
"continuityCaptureWired",
|
|
7717
|
+
"continuityCaptureWireless",
|
|
7718
|
+
"audioRemote",
|
|
7719
|
+
"iphoneCamera",
|
|
7720
|
+
"deskViewCamera",
|
|
7721
|
+
"virtualCamera",
|
|
7722
|
+
"builtInMinijack"
|
|
7723
|
+
],
|
|
7724
|
+
"type": "string"
|
|
7725
|
+
},
|
|
7726
|
+
"captureCameraFailNum": {
|
|
7727
|
+
"type": "integer"
|
|
7728
|
+
},
|
|
7729
|
+
"videoCaptureEnumTime": {
|
|
7730
|
+
"type": "integer"
|
|
7506
7731
|
}
|
|
7507
7732
|
}
|
|
7508
7733
|
},
|
|
@@ -9618,6 +9843,51 @@
|
|
|
9618
9843
|
},
|
|
9619
9844
|
"status": {
|
|
9620
9845
|
"type": "string"
|
|
9846
|
+
},
|
|
9847
|
+
"initCaptureFrameworkType": {
|
|
9848
|
+
"enum": [
|
|
9849
|
+
"unknown",
|
|
9850
|
+
"dshow",
|
|
9851
|
+
"mf",
|
|
9852
|
+
"mfPrefer"
|
|
9853
|
+
],
|
|
9854
|
+
"type": "string"
|
|
9855
|
+
},
|
|
9856
|
+
"cameraRetried": {
|
|
9857
|
+
"type": "boolean"
|
|
9858
|
+
},
|
|
9859
|
+
"captureCameraType": {
|
|
9860
|
+
"enum": [
|
|
9861
|
+
"unknown",
|
|
9862
|
+
"builtIn",
|
|
9863
|
+
"aggregate",
|
|
9864
|
+
"virtual",
|
|
9865
|
+
"pci",
|
|
9866
|
+
"usb",
|
|
9867
|
+
"fireWire",
|
|
9868
|
+
"bluetooth",
|
|
9869
|
+
"hdmi",
|
|
9870
|
+
"displayPort",
|
|
9871
|
+
"airPlay",
|
|
9872
|
+
"avb",
|
|
9873
|
+
"thunderbolt",
|
|
9874
|
+
"lineLevel",
|
|
9875
|
+
"external",
|
|
9876
|
+
"continuityCaptureWired",
|
|
9877
|
+
"continuityCaptureWireless",
|
|
9878
|
+
"audioRemote",
|
|
9879
|
+
"iphoneCamera",
|
|
9880
|
+
"deskViewCamera",
|
|
9881
|
+
"virtualCamera",
|
|
9882
|
+
"builtInMinijack"
|
|
9883
|
+
],
|
|
9884
|
+
"type": "string"
|
|
9885
|
+
},
|
|
9886
|
+
"captureCameraFailNum": {
|
|
9887
|
+
"type": "integer"
|
|
9888
|
+
},
|
|
9889
|
+
"videoCaptureEnumTime": {
|
|
9890
|
+
"type": "integer"
|
|
9621
9891
|
}
|
|
9622
9892
|
}
|
|
9623
9893
|
}
|
|
@@ -14351,6 +14621,51 @@
|
|
|
14351
14621
|
},
|
|
14352
14622
|
"status": {
|
|
14353
14623
|
"type": "string"
|
|
14624
|
+
},
|
|
14625
|
+
"initCaptureFrameworkType": {
|
|
14626
|
+
"enum": [
|
|
14627
|
+
"unknown",
|
|
14628
|
+
"dshow",
|
|
14629
|
+
"mf",
|
|
14630
|
+
"mfPrefer"
|
|
14631
|
+
],
|
|
14632
|
+
"type": "string"
|
|
14633
|
+
},
|
|
14634
|
+
"cameraRetried": {
|
|
14635
|
+
"type": "boolean"
|
|
14636
|
+
},
|
|
14637
|
+
"captureCameraType": {
|
|
14638
|
+
"enum": [
|
|
14639
|
+
"unknown",
|
|
14640
|
+
"builtIn",
|
|
14641
|
+
"aggregate",
|
|
14642
|
+
"virtual",
|
|
14643
|
+
"pci",
|
|
14644
|
+
"usb",
|
|
14645
|
+
"fireWire",
|
|
14646
|
+
"bluetooth",
|
|
14647
|
+
"hdmi",
|
|
14648
|
+
"displayPort",
|
|
14649
|
+
"airPlay",
|
|
14650
|
+
"avb",
|
|
14651
|
+
"thunderbolt",
|
|
14652
|
+
"lineLevel",
|
|
14653
|
+
"external",
|
|
14654
|
+
"continuityCaptureWired",
|
|
14655
|
+
"continuityCaptureWireless",
|
|
14656
|
+
"audioRemote",
|
|
14657
|
+
"iphoneCamera",
|
|
14658
|
+
"deskViewCamera",
|
|
14659
|
+
"virtualCamera",
|
|
14660
|
+
"builtInMinijack"
|
|
14661
|
+
],
|
|
14662
|
+
"type": "string"
|
|
14663
|
+
},
|
|
14664
|
+
"captureCameraFailNum": {
|
|
14665
|
+
"type": "integer"
|
|
14666
|
+
},
|
|
14667
|
+
"videoCaptureEnumTime": {
|
|
14668
|
+
"type": "integer"
|
|
14354
14669
|
}
|
|
14355
14670
|
}
|
|
14356
14671
|
}
|
|
@@ -16977,6 +17292,51 @@
|
|
|
16977
17292
|
},
|
|
16978
17293
|
"status": {
|
|
16979
17294
|
"type": "string"
|
|
17295
|
+
},
|
|
17296
|
+
"initCaptureFrameworkType": {
|
|
17297
|
+
"enum": [
|
|
17298
|
+
"unknown",
|
|
17299
|
+
"dshow",
|
|
17300
|
+
"mf",
|
|
17301
|
+
"mfPrefer"
|
|
17302
|
+
],
|
|
17303
|
+
"type": "string"
|
|
17304
|
+
},
|
|
17305
|
+
"cameraRetried": {
|
|
17306
|
+
"type": "boolean"
|
|
17307
|
+
},
|
|
17308
|
+
"captureCameraType": {
|
|
17309
|
+
"enum": [
|
|
17310
|
+
"unknown",
|
|
17311
|
+
"builtIn",
|
|
17312
|
+
"aggregate",
|
|
17313
|
+
"virtual",
|
|
17314
|
+
"pci",
|
|
17315
|
+
"usb",
|
|
17316
|
+
"fireWire",
|
|
17317
|
+
"bluetooth",
|
|
17318
|
+
"hdmi",
|
|
17319
|
+
"displayPort",
|
|
17320
|
+
"airPlay",
|
|
17321
|
+
"avb",
|
|
17322
|
+
"thunderbolt",
|
|
17323
|
+
"lineLevel",
|
|
17324
|
+
"external",
|
|
17325
|
+
"continuityCaptureWired",
|
|
17326
|
+
"continuityCaptureWireless",
|
|
17327
|
+
"audioRemote",
|
|
17328
|
+
"iphoneCamera",
|
|
17329
|
+
"deskViewCamera",
|
|
17330
|
+
"virtualCamera",
|
|
17331
|
+
"builtInMinijack"
|
|
17332
|
+
],
|
|
17333
|
+
"type": "string"
|
|
17334
|
+
},
|
|
17335
|
+
"captureCameraFailNum": {
|
|
17336
|
+
"type": "integer"
|
|
17337
|
+
},
|
|
17338
|
+
"videoCaptureEnumTime": {
|
|
17339
|
+
"type": "integer"
|
|
16980
17340
|
}
|
|
16981
17341
|
}
|
|
16982
17342
|
}
|
|
@@ -17070,6 +17430,51 @@
|
|
|
17070
17430
|
},
|
|
17071
17431
|
"status": {
|
|
17072
17432
|
"type": "string"
|
|
17433
|
+
},
|
|
17434
|
+
"initCaptureFrameworkType": {
|
|
17435
|
+
"enum": [
|
|
17436
|
+
"unknown",
|
|
17437
|
+
"dshow",
|
|
17438
|
+
"mf",
|
|
17439
|
+
"mfPrefer"
|
|
17440
|
+
],
|
|
17441
|
+
"type": "string"
|
|
17442
|
+
},
|
|
17443
|
+
"cameraRetried": {
|
|
17444
|
+
"type": "boolean"
|
|
17445
|
+
},
|
|
17446
|
+
"captureCameraType": {
|
|
17447
|
+
"enum": [
|
|
17448
|
+
"unknown",
|
|
17449
|
+
"builtIn",
|
|
17450
|
+
"aggregate",
|
|
17451
|
+
"virtual",
|
|
17452
|
+
"pci",
|
|
17453
|
+
"usb",
|
|
17454
|
+
"fireWire",
|
|
17455
|
+
"bluetooth",
|
|
17456
|
+
"hdmi",
|
|
17457
|
+
"displayPort",
|
|
17458
|
+
"airPlay",
|
|
17459
|
+
"avb",
|
|
17460
|
+
"thunderbolt",
|
|
17461
|
+
"lineLevel",
|
|
17462
|
+
"external",
|
|
17463
|
+
"continuityCaptureWired",
|
|
17464
|
+
"continuityCaptureWireless",
|
|
17465
|
+
"audioRemote",
|
|
17466
|
+
"iphoneCamera",
|
|
17467
|
+
"deskViewCamera",
|
|
17468
|
+
"virtualCamera",
|
|
17469
|
+
"builtInMinijack"
|
|
17470
|
+
],
|
|
17471
|
+
"type": "string"
|
|
17472
|
+
},
|
|
17473
|
+
"captureCameraFailNum": {
|
|
17474
|
+
"type": "integer"
|
|
17475
|
+
},
|
|
17476
|
+
"videoCaptureEnumTime": {
|
|
17477
|
+
"type": "integer"
|
|
17073
17478
|
}
|
|
17074
17479
|
}
|
|
17075
17480
|
},
|
|
@@ -17162,6 +17567,51 @@
|
|
|
17162
17567
|
},
|
|
17163
17568
|
"status": {
|
|
17164
17569
|
"type": "string"
|
|
17570
|
+
},
|
|
17571
|
+
"initCaptureFrameworkType": {
|
|
17572
|
+
"enum": [
|
|
17573
|
+
"unknown",
|
|
17574
|
+
"dshow",
|
|
17575
|
+
"mf",
|
|
17576
|
+
"mfPrefer"
|
|
17577
|
+
],
|
|
17578
|
+
"type": "string"
|
|
17579
|
+
},
|
|
17580
|
+
"cameraRetried": {
|
|
17581
|
+
"type": "boolean"
|
|
17582
|
+
},
|
|
17583
|
+
"captureCameraType": {
|
|
17584
|
+
"enum": [
|
|
17585
|
+
"unknown",
|
|
17586
|
+
"builtIn",
|
|
17587
|
+
"aggregate",
|
|
17588
|
+
"virtual",
|
|
17589
|
+
"pci",
|
|
17590
|
+
"usb",
|
|
17591
|
+
"fireWire",
|
|
17592
|
+
"bluetooth",
|
|
17593
|
+
"hdmi",
|
|
17594
|
+
"displayPort",
|
|
17595
|
+
"airPlay",
|
|
17596
|
+
"avb",
|
|
17597
|
+
"thunderbolt",
|
|
17598
|
+
"lineLevel",
|
|
17599
|
+
"external",
|
|
17600
|
+
"continuityCaptureWired",
|
|
17601
|
+
"continuityCaptureWireless",
|
|
17602
|
+
"audioRemote",
|
|
17603
|
+
"iphoneCamera",
|
|
17604
|
+
"deskViewCamera",
|
|
17605
|
+
"virtualCamera",
|
|
17606
|
+
"builtInMinijack"
|
|
17607
|
+
],
|
|
17608
|
+
"type": "string"
|
|
17609
|
+
},
|
|
17610
|
+
"captureCameraFailNum": {
|
|
17611
|
+
"type": "integer"
|
|
17612
|
+
},
|
|
17613
|
+
"videoCaptureEnumTime": {
|
|
17614
|
+
"type": "integer"
|
|
17165
17615
|
}
|
|
17166
17616
|
}
|
|
17167
17617
|
},
|
|
@@ -17254,6 +17704,51 @@
|
|
|
17254
17704
|
},
|
|
17255
17705
|
"status": {
|
|
17256
17706
|
"type": "string"
|
|
17707
|
+
},
|
|
17708
|
+
"initCaptureFrameworkType": {
|
|
17709
|
+
"enum": [
|
|
17710
|
+
"unknown",
|
|
17711
|
+
"dshow",
|
|
17712
|
+
"mf",
|
|
17713
|
+
"mfPrefer"
|
|
17714
|
+
],
|
|
17715
|
+
"type": "string"
|
|
17716
|
+
},
|
|
17717
|
+
"cameraRetried": {
|
|
17718
|
+
"type": "boolean"
|
|
17719
|
+
},
|
|
17720
|
+
"captureCameraType": {
|
|
17721
|
+
"enum": [
|
|
17722
|
+
"unknown",
|
|
17723
|
+
"builtIn",
|
|
17724
|
+
"aggregate",
|
|
17725
|
+
"virtual",
|
|
17726
|
+
"pci",
|
|
17727
|
+
"usb",
|
|
17728
|
+
"fireWire",
|
|
17729
|
+
"bluetooth",
|
|
17730
|
+
"hdmi",
|
|
17731
|
+
"displayPort",
|
|
17732
|
+
"airPlay",
|
|
17733
|
+
"avb",
|
|
17734
|
+
"thunderbolt",
|
|
17735
|
+
"lineLevel",
|
|
17736
|
+
"external",
|
|
17737
|
+
"continuityCaptureWired",
|
|
17738
|
+
"continuityCaptureWireless",
|
|
17739
|
+
"audioRemote",
|
|
17740
|
+
"iphoneCamera",
|
|
17741
|
+
"deskViewCamera",
|
|
17742
|
+
"virtualCamera",
|
|
17743
|
+
"builtInMinijack"
|
|
17744
|
+
],
|
|
17745
|
+
"type": "string"
|
|
17746
|
+
},
|
|
17747
|
+
"captureCameraFailNum": {
|
|
17748
|
+
"type": "integer"
|
|
17749
|
+
},
|
|
17750
|
+
"videoCaptureEnumTime": {
|
|
17751
|
+
"type": "integer"
|
|
17257
17752
|
}
|
|
17258
17753
|
}
|
|
17259
17754
|
},
|
|
@@ -26303,6 +26798,51 @@
|
|
|
26303
26798
|
},
|
|
26304
26799
|
"status": {
|
|
26305
26800
|
"type": "string"
|
|
26801
|
+
},
|
|
26802
|
+
"initCaptureFrameworkType": {
|
|
26803
|
+
"enum": [
|
|
26804
|
+
"unknown",
|
|
26805
|
+
"dshow",
|
|
26806
|
+
"mf",
|
|
26807
|
+
"mfPrefer"
|
|
26808
|
+
],
|
|
26809
|
+
"type": "string"
|
|
26810
|
+
},
|
|
26811
|
+
"cameraRetried": {
|
|
26812
|
+
"type": "boolean"
|
|
26813
|
+
},
|
|
26814
|
+
"captureCameraType": {
|
|
26815
|
+
"enum": [
|
|
26816
|
+
"unknown",
|
|
26817
|
+
"builtIn",
|
|
26818
|
+
"aggregate",
|
|
26819
|
+
"virtual",
|
|
26820
|
+
"pci",
|
|
26821
|
+
"usb",
|
|
26822
|
+
"fireWire",
|
|
26823
|
+
"bluetooth",
|
|
26824
|
+
"hdmi",
|
|
26825
|
+
"displayPort",
|
|
26826
|
+
"airPlay",
|
|
26827
|
+
"avb",
|
|
26828
|
+
"thunderbolt",
|
|
26829
|
+
"lineLevel",
|
|
26830
|
+
"external",
|
|
26831
|
+
"continuityCaptureWired",
|
|
26832
|
+
"continuityCaptureWireless",
|
|
26833
|
+
"audioRemote",
|
|
26834
|
+
"iphoneCamera",
|
|
26835
|
+
"deskViewCamera",
|
|
26836
|
+
"virtualCamera",
|
|
26837
|
+
"builtInMinijack"
|
|
26838
|
+
],
|
|
26839
|
+
"type": "string"
|
|
26840
|
+
},
|
|
26841
|
+
"captureCameraFailNum": {
|
|
26842
|
+
"type": "integer"
|
|
26843
|
+
},
|
|
26844
|
+
"videoCaptureEnumTime": {
|
|
26845
|
+
"type": "integer"
|
|
26306
26846
|
}
|
|
26307
26847
|
}
|
|
26308
26848
|
}
|
|
@@ -30483,6 +31023,51 @@
|
|
|
30483
31023
|
},
|
|
30484
31024
|
"status": {
|
|
30485
31025
|
"type": "string"
|
|
31026
|
+
},
|
|
31027
|
+
"initCaptureFrameworkType": {
|
|
31028
|
+
"enum": [
|
|
31029
|
+
"unknown",
|
|
31030
|
+
"dshow",
|
|
31031
|
+
"mf",
|
|
31032
|
+
"mfPrefer"
|
|
31033
|
+
],
|
|
31034
|
+
"type": "string"
|
|
31035
|
+
},
|
|
31036
|
+
"cameraRetried": {
|
|
31037
|
+
"type": "boolean"
|
|
31038
|
+
},
|
|
31039
|
+
"captureCameraType": {
|
|
31040
|
+
"enum": [
|
|
31041
|
+
"unknown",
|
|
31042
|
+
"builtIn",
|
|
31043
|
+
"aggregate",
|
|
31044
|
+
"virtual",
|
|
31045
|
+
"pci",
|
|
31046
|
+
"usb",
|
|
31047
|
+
"fireWire",
|
|
31048
|
+
"bluetooth",
|
|
31049
|
+
"hdmi",
|
|
31050
|
+
"displayPort",
|
|
31051
|
+
"airPlay",
|
|
31052
|
+
"avb",
|
|
31053
|
+
"thunderbolt",
|
|
31054
|
+
"lineLevel",
|
|
31055
|
+
"external",
|
|
31056
|
+
"continuityCaptureWired",
|
|
31057
|
+
"continuityCaptureWireless",
|
|
31058
|
+
"audioRemote",
|
|
31059
|
+
"iphoneCamera",
|
|
31060
|
+
"deskViewCamera",
|
|
31061
|
+
"virtualCamera",
|
|
31062
|
+
"builtInMinijack"
|
|
31063
|
+
],
|
|
31064
|
+
"type": "string"
|
|
31065
|
+
},
|
|
31066
|
+
"captureCameraFailNum": {
|
|
31067
|
+
"type": "integer"
|
|
31068
|
+
},
|
|
31069
|
+
"videoCaptureEnumTime": {
|
|
31070
|
+
"type": "integer"
|
|
30486
31071
|
}
|
|
30487
31072
|
}
|
|
30488
31073
|
}
|
|
@@ -33025,6 +33610,51 @@
|
|
|
33025
33610
|
},
|
|
33026
33611
|
"status": {
|
|
33027
33612
|
"type": "string"
|
|
33613
|
+
},
|
|
33614
|
+
"initCaptureFrameworkType": {
|
|
33615
|
+
"enum": [
|
|
33616
|
+
"unknown",
|
|
33617
|
+
"dshow",
|
|
33618
|
+
"mf",
|
|
33619
|
+
"mfPrefer"
|
|
33620
|
+
],
|
|
33621
|
+
"type": "string"
|
|
33622
|
+
},
|
|
33623
|
+
"cameraRetried": {
|
|
33624
|
+
"type": "boolean"
|
|
33625
|
+
},
|
|
33626
|
+
"captureCameraType": {
|
|
33627
|
+
"enum": [
|
|
33628
|
+
"unknown",
|
|
33629
|
+
"builtIn",
|
|
33630
|
+
"aggregate",
|
|
33631
|
+
"virtual",
|
|
33632
|
+
"pci",
|
|
33633
|
+
"usb",
|
|
33634
|
+
"fireWire",
|
|
33635
|
+
"bluetooth",
|
|
33636
|
+
"hdmi",
|
|
33637
|
+
"displayPort",
|
|
33638
|
+
"airPlay",
|
|
33639
|
+
"avb",
|
|
33640
|
+
"thunderbolt",
|
|
33641
|
+
"lineLevel",
|
|
33642
|
+
"external",
|
|
33643
|
+
"continuityCaptureWired",
|
|
33644
|
+
"continuityCaptureWireless",
|
|
33645
|
+
"audioRemote",
|
|
33646
|
+
"iphoneCamera",
|
|
33647
|
+
"deskViewCamera",
|
|
33648
|
+
"virtualCamera",
|
|
33649
|
+
"builtInMinijack"
|
|
33650
|
+
],
|
|
33651
|
+
"type": "string"
|
|
33652
|
+
},
|
|
33653
|
+
"captureCameraFailNum": {
|
|
33654
|
+
"type": "integer"
|
|
33655
|
+
},
|
|
33656
|
+
"videoCaptureEnumTime": {
|
|
33657
|
+
"type": "integer"
|
|
33028
33658
|
}
|
|
33029
33659
|
}
|
|
33030
33660
|
}
|
|
@@ -33118,6 +33748,51 @@
|
|
|
33118
33748
|
},
|
|
33119
33749
|
"status": {
|
|
33120
33750
|
"type": "string"
|
|
33751
|
+
},
|
|
33752
|
+
"initCaptureFrameworkType": {
|
|
33753
|
+
"enum": [
|
|
33754
|
+
"unknown",
|
|
33755
|
+
"dshow",
|
|
33756
|
+
"mf",
|
|
33757
|
+
"mfPrefer"
|
|
33758
|
+
],
|
|
33759
|
+
"type": "string"
|
|
33760
|
+
},
|
|
33761
|
+
"cameraRetried": {
|
|
33762
|
+
"type": "boolean"
|
|
33763
|
+
},
|
|
33764
|
+
"captureCameraType": {
|
|
33765
|
+
"enum": [
|
|
33766
|
+
"unknown",
|
|
33767
|
+
"builtIn",
|
|
33768
|
+
"aggregate",
|
|
33769
|
+
"virtual",
|
|
33770
|
+
"pci",
|
|
33771
|
+
"usb",
|
|
33772
|
+
"fireWire",
|
|
33773
|
+
"bluetooth",
|
|
33774
|
+
"hdmi",
|
|
33775
|
+
"displayPort",
|
|
33776
|
+
"airPlay",
|
|
33777
|
+
"avb",
|
|
33778
|
+
"thunderbolt",
|
|
33779
|
+
"lineLevel",
|
|
33780
|
+
"external",
|
|
33781
|
+
"continuityCaptureWired",
|
|
33782
|
+
"continuityCaptureWireless",
|
|
33783
|
+
"audioRemote",
|
|
33784
|
+
"iphoneCamera",
|
|
33785
|
+
"deskViewCamera",
|
|
33786
|
+
"virtualCamera",
|
|
33787
|
+
"builtInMinijack"
|
|
33788
|
+
],
|
|
33789
|
+
"type": "string"
|
|
33790
|
+
},
|
|
33791
|
+
"captureCameraFailNum": {
|
|
33792
|
+
"type": "integer"
|
|
33793
|
+
},
|
|
33794
|
+
"videoCaptureEnumTime": {
|
|
33795
|
+
"type": "integer"
|
|
33121
33796
|
}
|
|
33122
33797
|
}
|
|
33123
33798
|
},
|
|
@@ -33210,6 +33885,51 @@
|
|
|
33210
33885
|
},
|
|
33211
33886
|
"status": {
|
|
33212
33887
|
"type": "string"
|
|
33888
|
+
},
|
|
33889
|
+
"initCaptureFrameworkType": {
|
|
33890
|
+
"enum": [
|
|
33891
|
+
"unknown",
|
|
33892
|
+
"dshow",
|
|
33893
|
+
"mf",
|
|
33894
|
+
"mfPrefer"
|
|
33895
|
+
],
|
|
33896
|
+
"type": "string"
|
|
33897
|
+
},
|
|
33898
|
+
"cameraRetried": {
|
|
33899
|
+
"type": "boolean"
|
|
33900
|
+
},
|
|
33901
|
+
"captureCameraType": {
|
|
33902
|
+
"enum": [
|
|
33903
|
+
"unknown",
|
|
33904
|
+
"builtIn",
|
|
33905
|
+
"aggregate",
|
|
33906
|
+
"virtual",
|
|
33907
|
+
"pci",
|
|
33908
|
+
"usb",
|
|
33909
|
+
"fireWire",
|
|
33910
|
+
"bluetooth",
|
|
33911
|
+
"hdmi",
|
|
33912
|
+
"displayPort",
|
|
33913
|
+
"airPlay",
|
|
33914
|
+
"avb",
|
|
33915
|
+
"thunderbolt",
|
|
33916
|
+
"lineLevel",
|
|
33917
|
+
"external",
|
|
33918
|
+
"continuityCaptureWired",
|
|
33919
|
+
"continuityCaptureWireless",
|
|
33920
|
+
"audioRemote",
|
|
33921
|
+
"iphoneCamera",
|
|
33922
|
+
"deskViewCamera",
|
|
33923
|
+
"virtualCamera",
|
|
33924
|
+
"builtInMinijack"
|
|
33925
|
+
],
|
|
33926
|
+
"type": "string"
|
|
33927
|
+
},
|
|
33928
|
+
"captureCameraFailNum": {
|
|
33929
|
+
"type": "integer"
|
|
33930
|
+
},
|
|
33931
|
+
"videoCaptureEnumTime": {
|
|
33932
|
+
"type": "integer"
|
|
33213
33933
|
}
|
|
33214
33934
|
}
|
|
33215
33935
|
},
|
|
@@ -33302,6 +34022,51 @@
|
|
|
33302
34022
|
},
|
|
33303
34023
|
"status": {
|
|
33304
34024
|
"type": "string"
|
|
34025
|
+
},
|
|
34026
|
+
"initCaptureFrameworkType": {
|
|
34027
|
+
"enum": [
|
|
34028
|
+
"unknown",
|
|
34029
|
+
"dshow",
|
|
34030
|
+
"mf",
|
|
34031
|
+
"mfPrefer"
|
|
34032
|
+
],
|
|
34033
|
+
"type": "string"
|
|
34034
|
+
},
|
|
34035
|
+
"cameraRetried": {
|
|
34036
|
+
"type": "boolean"
|
|
34037
|
+
},
|
|
34038
|
+
"captureCameraType": {
|
|
34039
|
+
"enum": [
|
|
34040
|
+
"unknown",
|
|
34041
|
+
"builtIn",
|
|
34042
|
+
"aggregate",
|
|
34043
|
+
"virtual",
|
|
34044
|
+
"pci",
|
|
34045
|
+
"usb",
|
|
34046
|
+
"fireWire",
|
|
34047
|
+
"bluetooth",
|
|
34048
|
+
"hdmi",
|
|
34049
|
+
"displayPort",
|
|
34050
|
+
"airPlay",
|
|
34051
|
+
"avb",
|
|
34052
|
+
"thunderbolt",
|
|
34053
|
+
"lineLevel",
|
|
34054
|
+
"external",
|
|
34055
|
+
"continuityCaptureWired",
|
|
34056
|
+
"continuityCaptureWireless",
|
|
34057
|
+
"audioRemote",
|
|
34058
|
+
"iphoneCamera",
|
|
34059
|
+
"deskViewCamera",
|
|
34060
|
+
"virtualCamera",
|
|
34061
|
+
"builtInMinijack"
|
|
34062
|
+
],
|
|
34063
|
+
"type": "string"
|
|
34064
|
+
},
|
|
34065
|
+
"captureCameraFailNum": {
|
|
34066
|
+
"type": "integer"
|
|
34067
|
+
},
|
|
34068
|
+
"videoCaptureEnumTime": {
|
|
34069
|
+
"type": "integer"
|
|
33305
34070
|
}
|
|
33306
34071
|
}
|
|
33307
34072
|
},
|
|
@@ -36427,6 +37192,51 @@
|
|
|
36427
37192
|
},
|
|
36428
37193
|
"status": {
|
|
36429
37194
|
"type": "string"
|
|
37195
|
+
},
|
|
37196
|
+
"initCaptureFrameworkType": {
|
|
37197
|
+
"enum": [
|
|
37198
|
+
"unknown",
|
|
37199
|
+
"dshow",
|
|
37200
|
+
"mf",
|
|
37201
|
+
"mfPrefer"
|
|
37202
|
+
],
|
|
37203
|
+
"type": "string"
|
|
37204
|
+
},
|
|
37205
|
+
"cameraRetried": {
|
|
37206
|
+
"type": "boolean"
|
|
37207
|
+
},
|
|
37208
|
+
"captureCameraType": {
|
|
37209
|
+
"enum": [
|
|
37210
|
+
"unknown",
|
|
37211
|
+
"builtIn",
|
|
37212
|
+
"aggregate",
|
|
37213
|
+
"virtual",
|
|
37214
|
+
"pci",
|
|
37215
|
+
"usb",
|
|
37216
|
+
"fireWire",
|
|
37217
|
+
"bluetooth",
|
|
37218
|
+
"hdmi",
|
|
37219
|
+
"displayPort",
|
|
37220
|
+
"airPlay",
|
|
37221
|
+
"avb",
|
|
37222
|
+
"thunderbolt",
|
|
37223
|
+
"lineLevel",
|
|
37224
|
+
"external",
|
|
37225
|
+
"continuityCaptureWired",
|
|
37226
|
+
"continuityCaptureWireless",
|
|
37227
|
+
"audioRemote",
|
|
37228
|
+
"iphoneCamera",
|
|
37229
|
+
"deskViewCamera",
|
|
37230
|
+
"virtualCamera",
|
|
37231
|
+
"builtInMinijack"
|
|
37232
|
+
],
|
|
37233
|
+
"type": "string"
|
|
37234
|
+
},
|
|
37235
|
+
"captureCameraFailNum": {
|
|
37236
|
+
"type": "integer"
|
|
37237
|
+
},
|
|
37238
|
+
"videoCaptureEnumTime": {
|
|
37239
|
+
"type": "integer"
|
|
36430
37240
|
}
|
|
36431
37241
|
}
|
|
36432
37242
|
}
|