@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.
|
@@ -620,6 +620,33 @@ export interface Event {
|
|
|
620
620
|
isVolumeControlAvailable?: boolean;
|
|
621
621
|
rawStreamStatus?: number;
|
|
622
622
|
status?: string;
|
|
623
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
624
|
+
cameraRetried?: boolean;
|
|
625
|
+
captureCameraType?:
|
|
626
|
+
| "unknown"
|
|
627
|
+
| "builtIn"
|
|
628
|
+
| "aggregate"
|
|
629
|
+
| "virtual"
|
|
630
|
+
| "pci"
|
|
631
|
+
| "usb"
|
|
632
|
+
| "fireWire"
|
|
633
|
+
| "bluetooth"
|
|
634
|
+
| "hdmi"
|
|
635
|
+
| "displayPort"
|
|
636
|
+
| "airPlay"
|
|
637
|
+
| "avb"
|
|
638
|
+
| "thunderbolt"
|
|
639
|
+
| "lineLevel"
|
|
640
|
+
| "external"
|
|
641
|
+
| "continuityCaptureWired"
|
|
642
|
+
| "continuityCaptureWireless"
|
|
643
|
+
| "audioRemote"
|
|
644
|
+
| "iphoneCamera"
|
|
645
|
+
| "deskViewCamera"
|
|
646
|
+
| "virtualCamera"
|
|
647
|
+
| "builtInMinijack";
|
|
648
|
+
captureCameraFailNum?: number;
|
|
649
|
+
videoCaptureEnumTime?: number;
|
|
623
650
|
additionalProperties?: false;
|
|
624
651
|
};
|
|
625
652
|
additionalProperties?: false;
|
|
@@ -3402,6 +3429,33 @@ export interface Event {
|
|
|
3402
3429
|
isVolumeControlAvailable?: boolean;
|
|
3403
3430
|
rawStreamStatus?: number;
|
|
3404
3431
|
status?: string;
|
|
3432
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
3433
|
+
cameraRetried?: boolean;
|
|
3434
|
+
captureCameraType?:
|
|
3435
|
+
| "unknown"
|
|
3436
|
+
| "builtIn"
|
|
3437
|
+
| "aggregate"
|
|
3438
|
+
| "virtual"
|
|
3439
|
+
| "pci"
|
|
3440
|
+
| "usb"
|
|
3441
|
+
| "fireWire"
|
|
3442
|
+
| "bluetooth"
|
|
3443
|
+
| "hdmi"
|
|
3444
|
+
| "displayPort"
|
|
3445
|
+
| "airPlay"
|
|
3446
|
+
| "avb"
|
|
3447
|
+
| "thunderbolt"
|
|
3448
|
+
| "lineLevel"
|
|
3449
|
+
| "external"
|
|
3450
|
+
| "continuityCaptureWired"
|
|
3451
|
+
| "continuityCaptureWireless"
|
|
3452
|
+
| "audioRemote"
|
|
3453
|
+
| "iphoneCamera"
|
|
3454
|
+
| "deskViewCamera"
|
|
3455
|
+
| "virtualCamera"
|
|
3456
|
+
| "builtInMinijack";
|
|
3457
|
+
captureCameraFailNum?: number;
|
|
3458
|
+
videoCaptureEnumTime?: number;
|
|
3405
3459
|
additionalProperties?: false;
|
|
3406
3460
|
}[];
|
|
3407
3461
|
/**
|
|
@@ -3439,6 +3493,33 @@ export interface Event {
|
|
|
3439
3493
|
isVolumeControlAvailable?: boolean;
|
|
3440
3494
|
rawStreamStatus?: number;
|
|
3441
3495
|
status?: string;
|
|
3496
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
3497
|
+
cameraRetried?: boolean;
|
|
3498
|
+
captureCameraType?:
|
|
3499
|
+
| "unknown"
|
|
3500
|
+
| "builtIn"
|
|
3501
|
+
| "aggregate"
|
|
3502
|
+
| "virtual"
|
|
3503
|
+
| "pci"
|
|
3504
|
+
| "usb"
|
|
3505
|
+
| "fireWire"
|
|
3506
|
+
| "bluetooth"
|
|
3507
|
+
| "hdmi"
|
|
3508
|
+
| "displayPort"
|
|
3509
|
+
| "airPlay"
|
|
3510
|
+
| "avb"
|
|
3511
|
+
| "thunderbolt"
|
|
3512
|
+
| "lineLevel"
|
|
3513
|
+
| "external"
|
|
3514
|
+
| "continuityCaptureWired"
|
|
3515
|
+
| "continuityCaptureWireless"
|
|
3516
|
+
| "audioRemote"
|
|
3517
|
+
| "iphoneCamera"
|
|
3518
|
+
| "deskViewCamera"
|
|
3519
|
+
| "virtualCamera"
|
|
3520
|
+
| "builtInMinijack";
|
|
3521
|
+
captureCameraFailNum?: number;
|
|
3522
|
+
videoCaptureEnumTime?: number;
|
|
3442
3523
|
additionalProperties?: false;
|
|
3443
3524
|
};
|
|
3444
3525
|
/**
|
|
@@ -3476,6 +3557,33 @@ export interface Event {
|
|
|
3476
3557
|
isVolumeControlAvailable?: boolean;
|
|
3477
3558
|
rawStreamStatus?: number;
|
|
3478
3559
|
status?: string;
|
|
3560
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
3561
|
+
cameraRetried?: boolean;
|
|
3562
|
+
captureCameraType?:
|
|
3563
|
+
| "unknown"
|
|
3564
|
+
| "builtIn"
|
|
3565
|
+
| "aggregate"
|
|
3566
|
+
| "virtual"
|
|
3567
|
+
| "pci"
|
|
3568
|
+
| "usb"
|
|
3569
|
+
| "fireWire"
|
|
3570
|
+
| "bluetooth"
|
|
3571
|
+
| "hdmi"
|
|
3572
|
+
| "displayPort"
|
|
3573
|
+
| "airPlay"
|
|
3574
|
+
| "avb"
|
|
3575
|
+
| "thunderbolt"
|
|
3576
|
+
| "lineLevel"
|
|
3577
|
+
| "external"
|
|
3578
|
+
| "continuityCaptureWired"
|
|
3579
|
+
| "continuityCaptureWireless"
|
|
3580
|
+
| "audioRemote"
|
|
3581
|
+
| "iphoneCamera"
|
|
3582
|
+
| "deskViewCamera"
|
|
3583
|
+
| "virtualCamera"
|
|
3584
|
+
| "builtInMinijack";
|
|
3585
|
+
captureCameraFailNum?: number;
|
|
3586
|
+
videoCaptureEnumTime?: number;
|
|
3479
3587
|
additionalProperties?: false;
|
|
3480
3588
|
};
|
|
3481
3589
|
/**
|
|
@@ -3513,6 +3621,33 @@ export interface Event {
|
|
|
3513
3621
|
isVolumeControlAvailable?: boolean;
|
|
3514
3622
|
rawStreamStatus?: number;
|
|
3515
3623
|
status?: string;
|
|
3624
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
3625
|
+
cameraRetried?: boolean;
|
|
3626
|
+
captureCameraType?:
|
|
3627
|
+
| "unknown"
|
|
3628
|
+
| "builtIn"
|
|
3629
|
+
| "aggregate"
|
|
3630
|
+
| "virtual"
|
|
3631
|
+
| "pci"
|
|
3632
|
+
| "usb"
|
|
3633
|
+
| "fireWire"
|
|
3634
|
+
| "bluetooth"
|
|
3635
|
+
| "hdmi"
|
|
3636
|
+
| "displayPort"
|
|
3637
|
+
| "airPlay"
|
|
3638
|
+
| "avb"
|
|
3639
|
+
| "thunderbolt"
|
|
3640
|
+
| "lineLevel"
|
|
3641
|
+
| "external"
|
|
3642
|
+
| "continuityCaptureWired"
|
|
3643
|
+
| "continuityCaptureWireless"
|
|
3644
|
+
| "audioRemote"
|
|
3645
|
+
| "iphoneCamera"
|
|
3646
|
+
| "deskViewCamera"
|
|
3647
|
+
| "virtualCamera"
|
|
3648
|
+
| "builtInMinijack";
|
|
3649
|
+
captureCameraFailNum?: number;
|
|
3650
|
+
videoCaptureEnumTime?: number;
|
|
3516
3651
|
additionalProperties?: false;
|
|
3517
3652
|
};
|
|
3518
3653
|
/**
|
|
@@ -4547,6 +4682,33 @@ export interface Event {
|
|
|
4547
4682
|
isVolumeControlAvailable?: boolean;
|
|
4548
4683
|
rawStreamStatus?: number;
|
|
4549
4684
|
status?: string;
|
|
4685
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
4686
|
+
cameraRetried?: boolean;
|
|
4687
|
+
captureCameraType?:
|
|
4688
|
+
| "unknown"
|
|
4689
|
+
| "builtIn"
|
|
4690
|
+
| "aggregate"
|
|
4691
|
+
| "virtual"
|
|
4692
|
+
| "pci"
|
|
4693
|
+
| "usb"
|
|
4694
|
+
| "fireWire"
|
|
4695
|
+
| "bluetooth"
|
|
4696
|
+
| "hdmi"
|
|
4697
|
+
| "displayPort"
|
|
4698
|
+
| "airPlay"
|
|
4699
|
+
| "avb"
|
|
4700
|
+
| "thunderbolt"
|
|
4701
|
+
| "lineLevel"
|
|
4702
|
+
| "external"
|
|
4703
|
+
| "continuityCaptureWired"
|
|
4704
|
+
| "continuityCaptureWireless"
|
|
4705
|
+
| "audioRemote"
|
|
4706
|
+
| "iphoneCamera"
|
|
4707
|
+
| "deskViewCamera"
|
|
4708
|
+
| "virtualCamera"
|
|
4709
|
+
| "builtInMinijack";
|
|
4710
|
+
captureCameraFailNum?: number;
|
|
4711
|
+
videoCaptureEnumTime?: number;
|
|
4550
4712
|
additionalProperties?: false;
|
|
4551
4713
|
};
|
|
4552
4714
|
additionalProperties?: false;
|
|
@@ -6599,6 +6761,33 @@ export interface Event {
|
|
|
6599
6761
|
isVolumeControlAvailable?: boolean;
|
|
6600
6762
|
rawStreamStatus?: number;
|
|
6601
6763
|
status?: string;
|
|
6764
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
6765
|
+
cameraRetried?: boolean;
|
|
6766
|
+
captureCameraType?:
|
|
6767
|
+
| "unknown"
|
|
6768
|
+
| "builtIn"
|
|
6769
|
+
| "aggregate"
|
|
6770
|
+
| "virtual"
|
|
6771
|
+
| "pci"
|
|
6772
|
+
| "usb"
|
|
6773
|
+
| "fireWire"
|
|
6774
|
+
| "bluetooth"
|
|
6775
|
+
| "hdmi"
|
|
6776
|
+
| "displayPort"
|
|
6777
|
+
| "airPlay"
|
|
6778
|
+
| "avb"
|
|
6779
|
+
| "thunderbolt"
|
|
6780
|
+
| "lineLevel"
|
|
6781
|
+
| "external"
|
|
6782
|
+
| "continuityCaptureWired"
|
|
6783
|
+
| "continuityCaptureWireless"
|
|
6784
|
+
| "audioRemote"
|
|
6785
|
+
| "iphoneCamera"
|
|
6786
|
+
| "deskViewCamera"
|
|
6787
|
+
| "virtualCamera"
|
|
6788
|
+
| "builtInMinijack";
|
|
6789
|
+
captureCameraFailNum?: number;
|
|
6790
|
+
videoCaptureEnumTime?: number;
|
|
6602
6791
|
additionalProperties?: false;
|
|
6603
6792
|
};
|
|
6604
6793
|
additionalProperties?: false;
|
|
@@ -7467,6 +7656,33 @@ export interface Event {
|
|
|
7467
7656
|
isVolumeControlAvailable?: boolean;
|
|
7468
7657
|
rawStreamStatus?: number;
|
|
7469
7658
|
status?: string;
|
|
7659
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
7660
|
+
cameraRetried?: boolean;
|
|
7661
|
+
captureCameraType?:
|
|
7662
|
+
| "unknown"
|
|
7663
|
+
| "builtIn"
|
|
7664
|
+
| "aggregate"
|
|
7665
|
+
| "virtual"
|
|
7666
|
+
| "pci"
|
|
7667
|
+
| "usb"
|
|
7668
|
+
| "fireWire"
|
|
7669
|
+
| "bluetooth"
|
|
7670
|
+
| "hdmi"
|
|
7671
|
+
| "displayPort"
|
|
7672
|
+
| "airPlay"
|
|
7673
|
+
| "avb"
|
|
7674
|
+
| "thunderbolt"
|
|
7675
|
+
| "lineLevel"
|
|
7676
|
+
| "external"
|
|
7677
|
+
| "continuityCaptureWired"
|
|
7678
|
+
| "continuityCaptureWireless"
|
|
7679
|
+
| "audioRemote"
|
|
7680
|
+
| "iphoneCamera"
|
|
7681
|
+
| "deskViewCamera"
|
|
7682
|
+
| "virtualCamera"
|
|
7683
|
+
| "builtInMinijack";
|
|
7684
|
+
captureCameraFailNum?: number;
|
|
7685
|
+
videoCaptureEnumTime?: number;
|
|
7470
7686
|
additionalProperties?: false;
|
|
7471
7687
|
}[];
|
|
7472
7688
|
/**
|
|
@@ -7504,6 +7720,33 @@ export interface Event {
|
|
|
7504
7720
|
isVolumeControlAvailable?: boolean;
|
|
7505
7721
|
rawStreamStatus?: number;
|
|
7506
7722
|
status?: string;
|
|
7723
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
7724
|
+
cameraRetried?: boolean;
|
|
7725
|
+
captureCameraType?:
|
|
7726
|
+
| "unknown"
|
|
7727
|
+
| "builtIn"
|
|
7728
|
+
| "aggregate"
|
|
7729
|
+
| "virtual"
|
|
7730
|
+
| "pci"
|
|
7731
|
+
| "usb"
|
|
7732
|
+
| "fireWire"
|
|
7733
|
+
| "bluetooth"
|
|
7734
|
+
| "hdmi"
|
|
7735
|
+
| "displayPort"
|
|
7736
|
+
| "airPlay"
|
|
7737
|
+
| "avb"
|
|
7738
|
+
| "thunderbolt"
|
|
7739
|
+
| "lineLevel"
|
|
7740
|
+
| "external"
|
|
7741
|
+
| "continuityCaptureWired"
|
|
7742
|
+
| "continuityCaptureWireless"
|
|
7743
|
+
| "audioRemote"
|
|
7744
|
+
| "iphoneCamera"
|
|
7745
|
+
| "deskViewCamera"
|
|
7746
|
+
| "virtualCamera"
|
|
7747
|
+
| "builtInMinijack";
|
|
7748
|
+
captureCameraFailNum?: number;
|
|
7749
|
+
videoCaptureEnumTime?: number;
|
|
7507
7750
|
additionalProperties?: false;
|
|
7508
7751
|
};
|
|
7509
7752
|
/**
|
|
@@ -7541,6 +7784,33 @@ export interface Event {
|
|
|
7541
7784
|
isVolumeControlAvailable?: boolean;
|
|
7542
7785
|
rawStreamStatus?: number;
|
|
7543
7786
|
status?: string;
|
|
7787
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
7788
|
+
cameraRetried?: boolean;
|
|
7789
|
+
captureCameraType?:
|
|
7790
|
+
| "unknown"
|
|
7791
|
+
| "builtIn"
|
|
7792
|
+
| "aggregate"
|
|
7793
|
+
| "virtual"
|
|
7794
|
+
| "pci"
|
|
7795
|
+
| "usb"
|
|
7796
|
+
| "fireWire"
|
|
7797
|
+
| "bluetooth"
|
|
7798
|
+
| "hdmi"
|
|
7799
|
+
| "displayPort"
|
|
7800
|
+
| "airPlay"
|
|
7801
|
+
| "avb"
|
|
7802
|
+
| "thunderbolt"
|
|
7803
|
+
| "lineLevel"
|
|
7804
|
+
| "external"
|
|
7805
|
+
| "continuityCaptureWired"
|
|
7806
|
+
| "continuityCaptureWireless"
|
|
7807
|
+
| "audioRemote"
|
|
7808
|
+
| "iphoneCamera"
|
|
7809
|
+
| "deskViewCamera"
|
|
7810
|
+
| "virtualCamera"
|
|
7811
|
+
| "builtInMinijack";
|
|
7812
|
+
captureCameraFailNum?: number;
|
|
7813
|
+
videoCaptureEnumTime?: number;
|
|
7544
7814
|
additionalProperties?: false;
|
|
7545
7815
|
};
|
|
7546
7816
|
/**
|
|
@@ -7578,6 +7848,33 @@ export interface Event {
|
|
|
7578
7848
|
isVolumeControlAvailable?: boolean;
|
|
7579
7849
|
rawStreamStatus?: number;
|
|
7580
7850
|
status?: string;
|
|
7851
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
7852
|
+
cameraRetried?: boolean;
|
|
7853
|
+
captureCameraType?:
|
|
7854
|
+
| "unknown"
|
|
7855
|
+
| "builtIn"
|
|
7856
|
+
| "aggregate"
|
|
7857
|
+
| "virtual"
|
|
7858
|
+
| "pci"
|
|
7859
|
+
| "usb"
|
|
7860
|
+
| "fireWire"
|
|
7861
|
+
| "bluetooth"
|
|
7862
|
+
| "hdmi"
|
|
7863
|
+
| "displayPort"
|
|
7864
|
+
| "airPlay"
|
|
7865
|
+
| "avb"
|
|
7866
|
+
| "thunderbolt"
|
|
7867
|
+
| "lineLevel"
|
|
7868
|
+
| "external"
|
|
7869
|
+
| "continuityCaptureWired"
|
|
7870
|
+
| "continuityCaptureWireless"
|
|
7871
|
+
| "audioRemote"
|
|
7872
|
+
| "iphoneCamera"
|
|
7873
|
+
| "deskViewCamera"
|
|
7874
|
+
| "virtualCamera"
|
|
7875
|
+
| "builtInMinijack";
|
|
7876
|
+
captureCameraFailNum?: number;
|
|
7877
|
+
videoCaptureEnumTime?: number;
|
|
7581
7878
|
additionalProperties?: false;
|
|
7582
7879
|
};
|
|
7583
7880
|
/**
|
|
@@ -11541,6 +11838,33 @@ export interface Event {
|
|
|
11541
11838
|
isVolumeControlAvailable?: boolean;
|
|
11542
11839
|
rawStreamStatus?: number;
|
|
11543
11840
|
status?: string;
|
|
11841
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
11842
|
+
cameraRetried?: boolean;
|
|
11843
|
+
captureCameraType?:
|
|
11844
|
+
| "unknown"
|
|
11845
|
+
| "builtIn"
|
|
11846
|
+
| "aggregate"
|
|
11847
|
+
| "virtual"
|
|
11848
|
+
| "pci"
|
|
11849
|
+
| "usb"
|
|
11850
|
+
| "fireWire"
|
|
11851
|
+
| "bluetooth"
|
|
11852
|
+
| "hdmi"
|
|
11853
|
+
| "displayPort"
|
|
11854
|
+
| "airPlay"
|
|
11855
|
+
| "avb"
|
|
11856
|
+
| "thunderbolt"
|
|
11857
|
+
| "lineLevel"
|
|
11858
|
+
| "external"
|
|
11859
|
+
| "continuityCaptureWired"
|
|
11860
|
+
| "continuityCaptureWireless"
|
|
11861
|
+
| "audioRemote"
|
|
11862
|
+
| "iphoneCamera"
|
|
11863
|
+
| "deskViewCamera"
|
|
11864
|
+
| "virtualCamera"
|
|
11865
|
+
| "builtInMinijack";
|
|
11866
|
+
captureCameraFailNum?: number;
|
|
11867
|
+
videoCaptureEnumTime?: number;
|
|
11544
11868
|
additionalProperties?: false;
|
|
11545
11869
|
};
|
|
11546
11870
|
additionalProperties?: false;
|
|
@@ -13365,6 +13689,33 @@ export interface Event {
|
|
|
13365
13689
|
isVolumeControlAvailable?: boolean;
|
|
13366
13690
|
rawStreamStatus?: number;
|
|
13367
13691
|
status?: string;
|
|
13692
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
13693
|
+
cameraRetried?: boolean;
|
|
13694
|
+
captureCameraType?:
|
|
13695
|
+
| "unknown"
|
|
13696
|
+
| "builtIn"
|
|
13697
|
+
| "aggregate"
|
|
13698
|
+
| "virtual"
|
|
13699
|
+
| "pci"
|
|
13700
|
+
| "usb"
|
|
13701
|
+
| "fireWire"
|
|
13702
|
+
| "bluetooth"
|
|
13703
|
+
| "hdmi"
|
|
13704
|
+
| "displayPort"
|
|
13705
|
+
| "airPlay"
|
|
13706
|
+
| "avb"
|
|
13707
|
+
| "thunderbolt"
|
|
13708
|
+
| "lineLevel"
|
|
13709
|
+
| "external"
|
|
13710
|
+
| "continuityCaptureWired"
|
|
13711
|
+
| "continuityCaptureWireless"
|
|
13712
|
+
| "audioRemote"
|
|
13713
|
+
| "iphoneCamera"
|
|
13714
|
+
| "deskViewCamera"
|
|
13715
|
+
| "virtualCamera"
|
|
13716
|
+
| "builtInMinijack";
|
|
13717
|
+
captureCameraFailNum?: number;
|
|
13718
|
+
videoCaptureEnumTime?: number;
|
|
13368
13719
|
additionalProperties?: false;
|
|
13369
13720
|
};
|
|
13370
13721
|
additionalProperties?: false;
|
|
@@ -14200,6 +14551,33 @@ export interface Event {
|
|
|
14200
14551
|
isVolumeControlAvailable?: boolean;
|
|
14201
14552
|
rawStreamStatus?: number;
|
|
14202
14553
|
status?: string;
|
|
14554
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
14555
|
+
cameraRetried?: boolean;
|
|
14556
|
+
captureCameraType?:
|
|
14557
|
+
| "unknown"
|
|
14558
|
+
| "builtIn"
|
|
14559
|
+
| "aggregate"
|
|
14560
|
+
| "virtual"
|
|
14561
|
+
| "pci"
|
|
14562
|
+
| "usb"
|
|
14563
|
+
| "fireWire"
|
|
14564
|
+
| "bluetooth"
|
|
14565
|
+
| "hdmi"
|
|
14566
|
+
| "displayPort"
|
|
14567
|
+
| "airPlay"
|
|
14568
|
+
| "avb"
|
|
14569
|
+
| "thunderbolt"
|
|
14570
|
+
| "lineLevel"
|
|
14571
|
+
| "external"
|
|
14572
|
+
| "continuityCaptureWired"
|
|
14573
|
+
| "continuityCaptureWireless"
|
|
14574
|
+
| "audioRemote"
|
|
14575
|
+
| "iphoneCamera"
|
|
14576
|
+
| "deskViewCamera"
|
|
14577
|
+
| "virtualCamera"
|
|
14578
|
+
| "builtInMinijack";
|
|
14579
|
+
captureCameraFailNum?: number;
|
|
14580
|
+
videoCaptureEnumTime?: number;
|
|
14203
14581
|
additionalProperties?: false;
|
|
14204
14582
|
}[];
|
|
14205
14583
|
/**
|
|
@@ -14237,6 +14615,33 @@ export interface Event {
|
|
|
14237
14615
|
isVolumeControlAvailable?: boolean;
|
|
14238
14616
|
rawStreamStatus?: number;
|
|
14239
14617
|
status?: string;
|
|
14618
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
14619
|
+
cameraRetried?: boolean;
|
|
14620
|
+
captureCameraType?:
|
|
14621
|
+
| "unknown"
|
|
14622
|
+
| "builtIn"
|
|
14623
|
+
| "aggregate"
|
|
14624
|
+
| "virtual"
|
|
14625
|
+
| "pci"
|
|
14626
|
+
| "usb"
|
|
14627
|
+
| "fireWire"
|
|
14628
|
+
| "bluetooth"
|
|
14629
|
+
| "hdmi"
|
|
14630
|
+
| "displayPort"
|
|
14631
|
+
| "airPlay"
|
|
14632
|
+
| "avb"
|
|
14633
|
+
| "thunderbolt"
|
|
14634
|
+
| "lineLevel"
|
|
14635
|
+
| "external"
|
|
14636
|
+
| "continuityCaptureWired"
|
|
14637
|
+
| "continuityCaptureWireless"
|
|
14638
|
+
| "audioRemote"
|
|
14639
|
+
| "iphoneCamera"
|
|
14640
|
+
| "deskViewCamera"
|
|
14641
|
+
| "virtualCamera"
|
|
14642
|
+
| "builtInMinijack";
|
|
14643
|
+
captureCameraFailNum?: number;
|
|
14644
|
+
videoCaptureEnumTime?: number;
|
|
14240
14645
|
additionalProperties?: false;
|
|
14241
14646
|
};
|
|
14242
14647
|
/**
|
|
@@ -14274,6 +14679,33 @@ export interface Event {
|
|
|
14274
14679
|
isVolumeControlAvailable?: boolean;
|
|
14275
14680
|
rawStreamStatus?: number;
|
|
14276
14681
|
status?: string;
|
|
14682
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
14683
|
+
cameraRetried?: boolean;
|
|
14684
|
+
captureCameraType?:
|
|
14685
|
+
| "unknown"
|
|
14686
|
+
| "builtIn"
|
|
14687
|
+
| "aggregate"
|
|
14688
|
+
| "virtual"
|
|
14689
|
+
| "pci"
|
|
14690
|
+
| "usb"
|
|
14691
|
+
| "fireWire"
|
|
14692
|
+
| "bluetooth"
|
|
14693
|
+
| "hdmi"
|
|
14694
|
+
| "displayPort"
|
|
14695
|
+
| "airPlay"
|
|
14696
|
+
| "avb"
|
|
14697
|
+
| "thunderbolt"
|
|
14698
|
+
| "lineLevel"
|
|
14699
|
+
| "external"
|
|
14700
|
+
| "continuityCaptureWired"
|
|
14701
|
+
| "continuityCaptureWireless"
|
|
14702
|
+
| "audioRemote"
|
|
14703
|
+
| "iphoneCamera"
|
|
14704
|
+
| "deskViewCamera"
|
|
14705
|
+
| "virtualCamera"
|
|
14706
|
+
| "builtInMinijack";
|
|
14707
|
+
captureCameraFailNum?: number;
|
|
14708
|
+
videoCaptureEnumTime?: number;
|
|
14277
14709
|
additionalProperties?: false;
|
|
14278
14710
|
};
|
|
14279
14711
|
/**
|
|
@@ -14311,6 +14743,33 @@ export interface Event {
|
|
|
14311
14743
|
isVolumeControlAvailable?: boolean;
|
|
14312
14744
|
rawStreamStatus?: number;
|
|
14313
14745
|
status?: string;
|
|
14746
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
14747
|
+
cameraRetried?: boolean;
|
|
14748
|
+
captureCameraType?:
|
|
14749
|
+
| "unknown"
|
|
14750
|
+
| "builtIn"
|
|
14751
|
+
| "aggregate"
|
|
14752
|
+
| "virtual"
|
|
14753
|
+
| "pci"
|
|
14754
|
+
| "usb"
|
|
14755
|
+
| "fireWire"
|
|
14756
|
+
| "bluetooth"
|
|
14757
|
+
| "hdmi"
|
|
14758
|
+
| "displayPort"
|
|
14759
|
+
| "airPlay"
|
|
14760
|
+
| "avb"
|
|
14761
|
+
| "thunderbolt"
|
|
14762
|
+
| "lineLevel"
|
|
14763
|
+
| "external"
|
|
14764
|
+
| "continuityCaptureWired"
|
|
14765
|
+
| "continuityCaptureWireless"
|
|
14766
|
+
| "audioRemote"
|
|
14767
|
+
| "iphoneCamera"
|
|
14768
|
+
| "deskViewCamera"
|
|
14769
|
+
| "virtualCamera"
|
|
14770
|
+
| "builtInMinijack";
|
|
14771
|
+
captureCameraFailNum?: number;
|
|
14772
|
+
videoCaptureEnumTime?: number;
|
|
14314
14773
|
additionalProperties?: false;
|
|
14315
14774
|
};
|
|
14316
14775
|
/**
|
|
@@ -15387,6 +15846,33 @@ export interface Event {
|
|
|
15387
15846
|
isVolumeControlAvailable?: boolean;
|
|
15388
15847
|
rawStreamStatus?: number;
|
|
15389
15848
|
status?: string;
|
|
15849
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
15850
|
+
cameraRetried?: boolean;
|
|
15851
|
+
captureCameraType?:
|
|
15852
|
+
| "unknown"
|
|
15853
|
+
| "builtIn"
|
|
15854
|
+
| "aggregate"
|
|
15855
|
+
| "virtual"
|
|
15856
|
+
| "pci"
|
|
15857
|
+
| "usb"
|
|
15858
|
+
| "fireWire"
|
|
15859
|
+
| "bluetooth"
|
|
15860
|
+
| "hdmi"
|
|
15861
|
+
| "displayPort"
|
|
15862
|
+
| "airPlay"
|
|
15863
|
+
| "avb"
|
|
15864
|
+
| "thunderbolt"
|
|
15865
|
+
| "lineLevel"
|
|
15866
|
+
| "external"
|
|
15867
|
+
| "continuityCaptureWired"
|
|
15868
|
+
| "continuityCaptureWireless"
|
|
15869
|
+
| "audioRemote"
|
|
15870
|
+
| "iphoneCamera"
|
|
15871
|
+
| "deskViewCamera"
|
|
15872
|
+
| "virtualCamera"
|
|
15873
|
+
| "builtInMinijack";
|
|
15874
|
+
captureCameraFailNum?: number;
|
|
15875
|
+
videoCaptureEnumTime?: number;
|
|
15390
15876
|
additionalProperties?: false;
|
|
15391
15877
|
};
|
|
15392
15878
|
additionalProperties?: false;
|
|
@@ -16496,6 +16982,33 @@ export interface ClientEvent {
|
|
|
16496
16982
|
isVolumeControlAvailable?: boolean;
|
|
16497
16983
|
rawStreamStatus?: number;
|
|
16498
16984
|
status?: string;
|
|
16985
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
16986
|
+
cameraRetried?: boolean;
|
|
16987
|
+
captureCameraType?:
|
|
16988
|
+
| "unknown"
|
|
16989
|
+
| "builtIn"
|
|
16990
|
+
| "aggregate"
|
|
16991
|
+
| "virtual"
|
|
16992
|
+
| "pci"
|
|
16993
|
+
| "usb"
|
|
16994
|
+
| "fireWire"
|
|
16995
|
+
| "bluetooth"
|
|
16996
|
+
| "hdmi"
|
|
16997
|
+
| "displayPort"
|
|
16998
|
+
| "airPlay"
|
|
16999
|
+
| "avb"
|
|
17000
|
+
| "thunderbolt"
|
|
17001
|
+
| "lineLevel"
|
|
17002
|
+
| "external"
|
|
17003
|
+
| "continuityCaptureWired"
|
|
17004
|
+
| "continuityCaptureWireless"
|
|
17005
|
+
| "audioRemote"
|
|
17006
|
+
| "iphoneCamera"
|
|
17007
|
+
| "deskViewCamera"
|
|
17008
|
+
| "virtualCamera"
|
|
17009
|
+
| "builtInMinijack";
|
|
17010
|
+
captureCameraFailNum?: number;
|
|
17011
|
+
videoCaptureEnumTime?: number;
|
|
16499
17012
|
additionalProperties?: false;
|
|
16500
17013
|
};
|
|
16501
17014
|
additionalProperties?: false;
|
|
@@ -19272,6 +19785,33 @@ export interface ClientEvent {
|
|
|
19272
19785
|
isVolumeControlAvailable?: boolean;
|
|
19273
19786
|
rawStreamStatus?: number;
|
|
19274
19787
|
status?: string;
|
|
19788
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
19789
|
+
cameraRetried?: boolean;
|
|
19790
|
+
captureCameraType?:
|
|
19791
|
+
| "unknown"
|
|
19792
|
+
| "builtIn"
|
|
19793
|
+
| "aggregate"
|
|
19794
|
+
| "virtual"
|
|
19795
|
+
| "pci"
|
|
19796
|
+
| "usb"
|
|
19797
|
+
| "fireWire"
|
|
19798
|
+
| "bluetooth"
|
|
19799
|
+
| "hdmi"
|
|
19800
|
+
| "displayPort"
|
|
19801
|
+
| "airPlay"
|
|
19802
|
+
| "avb"
|
|
19803
|
+
| "thunderbolt"
|
|
19804
|
+
| "lineLevel"
|
|
19805
|
+
| "external"
|
|
19806
|
+
| "continuityCaptureWired"
|
|
19807
|
+
| "continuityCaptureWireless"
|
|
19808
|
+
| "audioRemote"
|
|
19809
|
+
| "iphoneCamera"
|
|
19810
|
+
| "deskViewCamera"
|
|
19811
|
+
| "virtualCamera"
|
|
19812
|
+
| "builtInMinijack";
|
|
19813
|
+
captureCameraFailNum?: number;
|
|
19814
|
+
videoCaptureEnumTime?: number;
|
|
19275
19815
|
additionalProperties?: false;
|
|
19276
19816
|
}[];
|
|
19277
19817
|
/**
|
|
@@ -19309,6 +19849,33 @@ export interface ClientEvent {
|
|
|
19309
19849
|
isVolumeControlAvailable?: boolean;
|
|
19310
19850
|
rawStreamStatus?: number;
|
|
19311
19851
|
status?: string;
|
|
19852
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
19853
|
+
cameraRetried?: boolean;
|
|
19854
|
+
captureCameraType?:
|
|
19855
|
+
| "unknown"
|
|
19856
|
+
| "builtIn"
|
|
19857
|
+
| "aggregate"
|
|
19858
|
+
| "virtual"
|
|
19859
|
+
| "pci"
|
|
19860
|
+
| "usb"
|
|
19861
|
+
| "fireWire"
|
|
19862
|
+
| "bluetooth"
|
|
19863
|
+
| "hdmi"
|
|
19864
|
+
| "displayPort"
|
|
19865
|
+
| "airPlay"
|
|
19866
|
+
| "avb"
|
|
19867
|
+
| "thunderbolt"
|
|
19868
|
+
| "lineLevel"
|
|
19869
|
+
| "external"
|
|
19870
|
+
| "continuityCaptureWired"
|
|
19871
|
+
| "continuityCaptureWireless"
|
|
19872
|
+
| "audioRemote"
|
|
19873
|
+
| "iphoneCamera"
|
|
19874
|
+
| "deskViewCamera"
|
|
19875
|
+
| "virtualCamera"
|
|
19876
|
+
| "builtInMinijack";
|
|
19877
|
+
captureCameraFailNum?: number;
|
|
19878
|
+
videoCaptureEnumTime?: number;
|
|
19312
19879
|
additionalProperties?: false;
|
|
19313
19880
|
};
|
|
19314
19881
|
/**
|
|
@@ -19346,6 +19913,33 @@ export interface ClientEvent {
|
|
|
19346
19913
|
isVolumeControlAvailable?: boolean;
|
|
19347
19914
|
rawStreamStatus?: number;
|
|
19348
19915
|
status?: string;
|
|
19916
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
19917
|
+
cameraRetried?: boolean;
|
|
19918
|
+
captureCameraType?:
|
|
19919
|
+
| "unknown"
|
|
19920
|
+
| "builtIn"
|
|
19921
|
+
| "aggregate"
|
|
19922
|
+
| "virtual"
|
|
19923
|
+
| "pci"
|
|
19924
|
+
| "usb"
|
|
19925
|
+
| "fireWire"
|
|
19926
|
+
| "bluetooth"
|
|
19927
|
+
| "hdmi"
|
|
19928
|
+
| "displayPort"
|
|
19929
|
+
| "airPlay"
|
|
19930
|
+
| "avb"
|
|
19931
|
+
| "thunderbolt"
|
|
19932
|
+
| "lineLevel"
|
|
19933
|
+
| "external"
|
|
19934
|
+
| "continuityCaptureWired"
|
|
19935
|
+
| "continuityCaptureWireless"
|
|
19936
|
+
| "audioRemote"
|
|
19937
|
+
| "iphoneCamera"
|
|
19938
|
+
| "deskViewCamera"
|
|
19939
|
+
| "virtualCamera"
|
|
19940
|
+
| "builtInMinijack";
|
|
19941
|
+
captureCameraFailNum?: number;
|
|
19942
|
+
videoCaptureEnumTime?: number;
|
|
19349
19943
|
additionalProperties?: false;
|
|
19350
19944
|
};
|
|
19351
19945
|
/**
|
|
@@ -19383,6 +19977,33 @@ export interface ClientEvent {
|
|
|
19383
19977
|
isVolumeControlAvailable?: boolean;
|
|
19384
19978
|
rawStreamStatus?: number;
|
|
19385
19979
|
status?: string;
|
|
19980
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
19981
|
+
cameraRetried?: boolean;
|
|
19982
|
+
captureCameraType?:
|
|
19983
|
+
| "unknown"
|
|
19984
|
+
| "builtIn"
|
|
19985
|
+
| "aggregate"
|
|
19986
|
+
| "virtual"
|
|
19987
|
+
| "pci"
|
|
19988
|
+
| "usb"
|
|
19989
|
+
| "fireWire"
|
|
19990
|
+
| "bluetooth"
|
|
19991
|
+
| "hdmi"
|
|
19992
|
+
| "displayPort"
|
|
19993
|
+
| "airPlay"
|
|
19994
|
+
| "avb"
|
|
19995
|
+
| "thunderbolt"
|
|
19996
|
+
| "lineLevel"
|
|
19997
|
+
| "external"
|
|
19998
|
+
| "continuityCaptureWired"
|
|
19999
|
+
| "continuityCaptureWireless"
|
|
20000
|
+
| "audioRemote"
|
|
20001
|
+
| "iphoneCamera"
|
|
20002
|
+
| "deskViewCamera"
|
|
20003
|
+
| "virtualCamera"
|
|
20004
|
+
| "builtInMinijack";
|
|
20005
|
+
captureCameraFailNum?: number;
|
|
20006
|
+
videoCaptureEnumTime?: number;
|
|
19386
20007
|
additionalProperties?: false;
|
|
19387
20008
|
};
|
|
19388
20009
|
/**
|
|
@@ -20327,6 +20948,33 @@ export interface FeatureEvent {
|
|
|
20327
20948
|
isVolumeControlAvailable?: boolean;
|
|
20328
20949
|
rawStreamStatus?: number;
|
|
20329
20950
|
status?: string;
|
|
20951
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
20952
|
+
cameraRetried?: boolean;
|
|
20953
|
+
captureCameraType?:
|
|
20954
|
+
| "unknown"
|
|
20955
|
+
| "builtIn"
|
|
20956
|
+
| "aggregate"
|
|
20957
|
+
| "virtual"
|
|
20958
|
+
| "pci"
|
|
20959
|
+
| "usb"
|
|
20960
|
+
| "fireWire"
|
|
20961
|
+
| "bluetooth"
|
|
20962
|
+
| "hdmi"
|
|
20963
|
+
| "displayPort"
|
|
20964
|
+
| "airPlay"
|
|
20965
|
+
| "avb"
|
|
20966
|
+
| "thunderbolt"
|
|
20967
|
+
| "lineLevel"
|
|
20968
|
+
| "external"
|
|
20969
|
+
| "continuityCaptureWired"
|
|
20970
|
+
| "continuityCaptureWireless"
|
|
20971
|
+
| "audioRemote"
|
|
20972
|
+
| "iphoneCamera"
|
|
20973
|
+
| "deskViewCamera"
|
|
20974
|
+
| "virtualCamera"
|
|
20975
|
+
| "builtInMinijack";
|
|
20976
|
+
captureCameraFailNum?: number;
|
|
20977
|
+
videoCaptureEnumTime?: number;
|
|
20330
20978
|
additionalProperties?: false;
|
|
20331
20979
|
};
|
|
20332
20980
|
additionalProperties?: false;
|
|
@@ -22156,6 +22804,33 @@ export interface MediaQualityEvent {
|
|
|
22156
22804
|
isVolumeControlAvailable?: boolean;
|
|
22157
22805
|
rawStreamStatus?: number;
|
|
22158
22806
|
status?: string;
|
|
22807
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
22808
|
+
cameraRetried?: boolean;
|
|
22809
|
+
captureCameraType?:
|
|
22810
|
+
| "unknown"
|
|
22811
|
+
| "builtIn"
|
|
22812
|
+
| "aggregate"
|
|
22813
|
+
| "virtual"
|
|
22814
|
+
| "pci"
|
|
22815
|
+
| "usb"
|
|
22816
|
+
| "fireWire"
|
|
22817
|
+
| "bluetooth"
|
|
22818
|
+
| "hdmi"
|
|
22819
|
+
| "displayPort"
|
|
22820
|
+
| "airPlay"
|
|
22821
|
+
| "avb"
|
|
22822
|
+
| "thunderbolt"
|
|
22823
|
+
| "lineLevel"
|
|
22824
|
+
| "external"
|
|
22825
|
+
| "continuityCaptureWired"
|
|
22826
|
+
| "continuityCaptureWireless"
|
|
22827
|
+
| "audioRemote"
|
|
22828
|
+
| "iphoneCamera"
|
|
22829
|
+
| "deskViewCamera"
|
|
22830
|
+
| "virtualCamera"
|
|
22831
|
+
| "builtInMinijack";
|
|
22832
|
+
captureCameraFailNum?: number;
|
|
22833
|
+
videoCaptureEnumTime?: number;
|
|
22159
22834
|
additionalProperties?: false;
|
|
22160
22835
|
};
|
|
22161
22836
|
additionalProperties?: false;
|
|
@@ -23018,6 +23693,33 @@ export interface MediaQualityEvent {
|
|
|
23018
23693
|
isVolumeControlAvailable?: boolean;
|
|
23019
23694
|
rawStreamStatus?: number;
|
|
23020
23695
|
status?: string;
|
|
23696
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
23697
|
+
cameraRetried?: boolean;
|
|
23698
|
+
captureCameraType?:
|
|
23699
|
+
| "unknown"
|
|
23700
|
+
| "builtIn"
|
|
23701
|
+
| "aggregate"
|
|
23702
|
+
| "virtual"
|
|
23703
|
+
| "pci"
|
|
23704
|
+
| "usb"
|
|
23705
|
+
| "fireWire"
|
|
23706
|
+
| "bluetooth"
|
|
23707
|
+
| "hdmi"
|
|
23708
|
+
| "displayPort"
|
|
23709
|
+
| "airPlay"
|
|
23710
|
+
| "avb"
|
|
23711
|
+
| "thunderbolt"
|
|
23712
|
+
| "lineLevel"
|
|
23713
|
+
| "external"
|
|
23714
|
+
| "continuityCaptureWired"
|
|
23715
|
+
| "continuityCaptureWireless"
|
|
23716
|
+
| "audioRemote"
|
|
23717
|
+
| "iphoneCamera"
|
|
23718
|
+
| "deskViewCamera"
|
|
23719
|
+
| "virtualCamera"
|
|
23720
|
+
| "builtInMinijack";
|
|
23721
|
+
captureCameraFailNum?: number;
|
|
23722
|
+
videoCaptureEnumTime?: number;
|
|
23021
23723
|
additionalProperties?: false;
|
|
23022
23724
|
}[];
|
|
23023
23725
|
/**
|
|
@@ -23055,6 +23757,33 @@ export interface MediaQualityEvent {
|
|
|
23055
23757
|
isVolumeControlAvailable?: boolean;
|
|
23056
23758
|
rawStreamStatus?: number;
|
|
23057
23759
|
status?: string;
|
|
23760
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
23761
|
+
cameraRetried?: boolean;
|
|
23762
|
+
captureCameraType?:
|
|
23763
|
+
| "unknown"
|
|
23764
|
+
| "builtIn"
|
|
23765
|
+
| "aggregate"
|
|
23766
|
+
| "virtual"
|
|
23767
|
+
| "pci"
|
|
23768
|
+
| "usb"
|
|
23769
|
+
| "fireWire"
|
|
23770
|
+
| "bluetooth"
|
|
23771
|
+
| "hdmi"
|
|
23772
|
+
| "displayPort"
|
|
23773
|
+
| "airPlay"
|
|
23774
|
+
| "avb"
|
|
23775
|
+
| "thunderbolt"
|
|
23776
|
+
| "lineLevel"
|
|
23777
|
+
| "external"
|
|
23778
|
+
| "continuityCaptureWired"
|
|
23779
|
+
| "continuityCaptureWireless"
|
|
23780
|
+
| "audioRemote"
|
|
23781
|
+
| "iphoneCamera"
|
|
23782
|
+
| "deskViewCamera"
|
|
23783
|
+
| "virtualCamera"
|
|
23784
|
+
| "builtInMinijack";
|
|
23785
|
+
captureCameraFailNum?: number;
|
|
23786
|
+
videoCaptureEnumTime?: number;
|
|
23058
23787
|
additionalProperties?: false;
|
|
23059
23788
|
};
|
|
23060
23789
|
/**
|
|
@@ -23092,6 +23821,33 @@ export interface MediaQualityEvent {
|
|
|
23092
23821
|
isVolumeControlAvailable?: boolean;
|
|
23093
23822
|
rawStreamStatus?: number;
|
|
23094
23823
|
status?: string;
|
|
23824
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
23825
|
+
cameraRetried?: boolean;
|
|
23826
|
+
captureCameraType?:
|
|
23827
|
+
| "unknown"
|
|
23828
|
+
| "builtIn"
|
|
23829
|
+
| "aggregate"
|
|
23830
|
+
| "virtual"
|
|
23831
|
+
| "pci"
|
|
23832
|
+
| "usb"
|
|
23833
|
+
| "fireWire"
|
|
23834
|
+
| "bluetooth"
|
|
23835
|
+
| "hdmi"
|
|
23836
|
+
| "displayPort"
|
|
23837
|
+
| "airPlay"
|
|
23838
|
+
| "avb"
|
|
23839
|
+
| "thunderbolt"
|
|
23840
|
+
| "lineLevel"
|
|
23841
|
+
| "external"
|
|
23842
|
+
| "continuityCaptureWired"
|
|
23843
|
+
| "continuityCaptureWireless"
|
|
23844
|
+
| "audioRemote"
|
|
23845
|
+
| "iphoneCamera"
|
|
23846
|
+
| "deskViewCamera"
|
|
23847
|
+
| "virtualCamera"
|
|
23848
|
+
| "builtInMinijack";
|
|
23849
|
+
captureCameraFailNum?: number;
|
|
23850
|
+
videoCaptureEnumTime?: number;
|
|
23095
23851
|
additionalProperties?: false;
|
|
23096
23852
|
};
|
|
23097
23853
|
/**
|
|
@@ -23129,6 +23885,33 @@ export interface MediaQualityEvent {
|
|
|
23129
23885
|
isVolumeControlAvailable?: boolean;
|
|
23130
23886
|
rawStreamStatus?: number;
|
|
23131
23887
|
status?: string;
|
|
23888
|
+
initCaptureFrameworkType?: "unknown" | "dshow" | "mf" | "mfPrefer";
|
|
23889
|
+
cameraRetried?: boolean;
|
|
23890
|
+
captureCameraType?:
|
|
23891
|
+
| "unknown"
|
|
23892
|
+
| "builtIn"
|
|
23893
|
+
| "aggregate"
|
|
23894
|
+
| "virtual"
|
|
23895
|
+
| "pci"
|
|
23896
|
+
| "usb"
|
|
23897
|
+
| "fireWire"
|
|
23898
|
+
| "bluetooth"
|
|
23899
|
+
| "hdmi"
|
|
23900
|
+
| "displayPort"
|
|
23901
|
+
| "airPlay"
|
|
23902
|
+
| "avb"
|
|
23903
|
+
| "thunderbolt"
|
|
23904
|
+
| "lineLevel"
|
|
23905
|
+
| "external"
|
|
23906
|
+
| "continuityCaptureWired"
|
|
23907
|
+
| "continuityCaptureWireless"
|
|
23908
|
+
| "audioRemote"
|
|
23909
|
+
| "iphoneCamera"
|
|
23910
|
+
| "deskViewCamera"
|
|
23911
|
+
| "virtualCamera"
|
|
23912
|
+
| "builtInMinijack";
|
|
23913
|
+
captureCameraFailNum?: number;
|
|
23914
|
+
videoCaptureEnumTime?: number;
|
|
23132
23915
|
additionalProperties?: false;
|
|
23133
23916
|
};
|
|
23134
23917
|
/**
|