@webex/event-dictionary-ts 1.0.2128 → 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.
|
@@ -667,6 +667,51 @@
|
|
|
667
667
|
},
|
|
668
668
|
"status": {
|
|
669
669
|
"type": "string"
|
|
670
|
+
},
|
|
671
|
+
"initCaptureFrameworkType": {
|
|
672
|
+
"enum": [
|
|
673
|
+
"unknown",
|
|
674
|
+
"dshow",
|
|
675
|
+
"mf",
|
|
676
|
+
"mfPrefer"
|
|
677
|
+
],
|
|
678
|
+
"type": "string"
|
|
679
|
+
},
|
|
680
|
+
"cameraRetried": {
|
|
681
|
+
"type": "boolean"
|
|
682
|
+
},
|
|
683
|
+
"captureCameraType": {
|
|
684
|
+
"enum": [
|
|
685
|
+
"unknown",
|
|
686
|
+
"builtIn",
|
|
687
|
+
"aggregate",
|
|
688
|
+
"virtual",
|
|
689
|
+
"pci",
|
|
690
|
+
"usb",
|
|
691
|
+
"fireWire",
|
|
692
|
+
"bluetooth",
|
|
693
|
+
"hdmi",
|
|
694
|
+
"displayPort",
|
|
695
|
+
"airPlay",
|
|
696
|
+
"avb",
|
|
697
|
+
"thunderbolt",
|
|
698
|
+
"lineLevel",
|
|
699
|
+
"external",
|
|
700
|
+
"continuityCaptureWired",
|
|
701
|
+
"continuityCaptureWireless",
|
|
702
|
+
"audioRemote",
|
|
703
|
+
"iphoneCamera",
|
|
704
|
+
"deskViewCamera",
|
|
705
|
+
"virtualCamera",
|
|
706
|
+
"builtInMinijack"
|
|
707
|
+
],
|
|
708
|
+
"type": "string"
|
|
709
|
+
},
|
|
710
|
+
"captureCameraFailNum": {
|
|
711
|
+
"type": "integer"
|
|
712
|
+
},
|
|
713
|
+
"videoCaptureEnumTime": {
|
|
714
|
+
"type": "integer"
|
|
670
715
|
}
|
|
671
716
|
}
|
|
672
717
|
}
|
|
@@ -6664,6 +6709,51 @@
|
|
|
6664
6709
|
},
|
|
6665
6710
|
"status": {
|
|
6666
6711
|
"type": "string"
|
|
6712
|
+
},
|
|
6713
|
+
"initCaptureFrameworkType": {
|
|
6714
|
+
"enum": [
|
|
6715
|
+
"unknown",
|
|
6716
|
+
"dshow",
|
|
6717
|
+
"mf",
|
|
6718
|
+
"mfPrefer"
|
|
6719
|
+
],
|
|
6720
|
+
"type": "string"
|
|
6721
|
+
},
|
|
6722
|
+
"cameraRetried": {
|
|
6723
|
+
"type": "boolean"
|
|
6724
|
+
},
|
|
6725
|
+
"captureCameraType": {
|
|
6726
|
+
"enum": [
|
|
6727
|
+
"unknown",
|
|
6728
|
+
"builtIn",
|
|
6729
|
+
"aggregate",
|
|
6730
|
+
"virtual",
|
|
6731
|
+
"pci",
|
|
6732
|
+
"usb",
|
|
6733
|
+
"fireWire",
|
|
6734
|
+
"bluetooth",
|
|
6735
|
+
"hdmi",
|
|
6736
|
+
"displayPort",
|
|
6737
|
+
"airPlay",
|
|
6738
|
+
"avb",
|
|
6739
|
+
"thunderbolt",
|
|
6740
|
+
"lineLevel",
|
|
6741
|
+
"external",
|
|
6742
|
+
"continuityCaptureWired",
|
|
6743
|
+
"continuityCaptureWireless",
|
|
6744
|
+
"audioRemote",
|
|
6745
|
+
"iphoneCamera",
|
|
6746
|
+
"deskViewCamera",
|
|
6747
|
+
"virtualCamera",
|
|
6748
|
+
"builtInMinijack"
|
|
6749
|
+
],
|
|
6750
|
+
"type": "string"
|
|
6751
|
+
},
|
|
6752
|
+
"captureCameraFailNum": {
|
|
6753
|
+
"type": "integer"
|
|
6754
|
+
},
|
|
6755
|
+
"videoCaptureEnumTime": {
|
|
6756
|
+
"type": "integer"
|
|
6667
6757
|
}
|
|
6668
6758
|
}
|
|
6669
6759
|
}
|
|
@@ -6757,6 +6847,51 @@
|
|
|
6757
6847
|
},
|
|
6758
6848
|
"status": {
|
|
6759
6849
|
"type": "string"
|
|
6850
|
+
},
|
|
6851
|
+
"initCaptureFrameworkType": {
|
|
6852
|
+
"enum": [
|
|
6853
|
+
"unknown",
|
|
6854
|
+
"dshow",
|
|
6855
|
+
"mf",
|
|
6856
|
+
"mfPrefer"
|
|
6857
|
+
],
|
|
6858
|
+
"type": "string"
|
|
6859
|
+
},
|
|
6860
|
+
"cameraRetried": {
|
|
6861
|
+
"type": "boolean"
|
|
6862
|
+
},
|
|
6863
|
+
"captureCameraType": {
|
|
6864
|
+
"enum": [
|
|
6865
|
+
"unknown",
|
|
6866
|
+
"builtIn",
|
|
6867
|
+
"aggregate",
|
|
6868
|
+
"virtual",
|
|
6869
|
+
"pci",
|
|
6870
|
+
"usb",
|
|
6871
|
+
"fireWire",
|
|
6872
|
+
"bluetooth",
|
|
6873
|
+
"hdmi",
|
|
6874
|
+
"displayPort",
|
|
6875
|
+
"airPlay",
|
|
6876
|
+
"avb",
|
|
6877
|
+
"thunderbolt",
|
|
6878
|
+
"lineLevel",
|
|
6879
|
+
"external",
|
|
6880
|
+
"continuityCaptureWired",
|
|
6881
|
+
"continuityCaptureWireless",
|
|
6882
|
+
"audioRemote",
|
|
6883
|
+
"iphoneCamera",
|
|
6884
|
+
"deskViewCamera",
|
|
6885
|
+
"virtualCamera",
|
|
6886
|
+
"builtInMinijack"
|
|
6887
|
+
],
|
|
6888
|
+
"type": "string"
|
|
6889
|
+
},
|
|
6890
|
+
"captureCameraFailNum": {
|
|
6891
|
+
"type": "integer"
|
|
6892
|
+
},
|
|
6893
|
+
"videoCaptureEnumTime": {
|
|
6894
|
+
"type": "integer"
|
|
6760
6895
|
}
|
|
6761
6896
|
}
|
|
6762
6897
|
},
|
|
@@ -6849,6 +6984,51 @@
|
|
|
6849
6984
|
},
|
|
6850
6985
|
"status": {
|
|
6851
6986
|
"type": "string"
|
|
6987
|
+
},
|
|
6988
|
+
"initCaptureFrameworkType": {
|
|
6989
|
+
"enum": [
|
|
6990
|
+
"unknown",
|
|
6991
|
+
"dshow",
|
|
6992
|
+
"mf",
|
|
6993
|
+
"mfPrefer"
|
|
6994
|
+
],
|
|
6995
|
+
"type": "string"
|
|
6996
|
+
},
|
|
6997
|
+
"cameraRetried": {
|
|
6998
|
+
"type": "boolean"
|
|
6999
|
+
},
|
|
7000
|
+
"captureCameraType": {
|
|
7001
|
+
"enum": [
|
|
7002
|
+
"unknown",
|
|
7003
|
+
"builtIn",
|
|
7004
|
+
"aggregate",
|
|
7005
|
+
"virtual",
|
|
7006
|
+
"pci",
|
|
7007
|
+
"usb",
|
|
7008
|
+
"fireWire",
|
|
7009
|
+
"bluetooth",
|
|
7010
|
+
"hdmi",
|
|
7011
|
+
"displayPort",
|
|
7012
|
+
"airPlay",
|
|
7013
|
+
"avb",
|
|
7014
|
+
"thunderbolt",
|
|
7015
|
+
"lineLevel",
|
|
7016
|
+
"external",
|
|
7017
|
+
"continuityCaptureWired",
|
|
7018
|
+
"continuityCaptureWireless",
|
|
7019
|
+
"audioRemote",
|
|
7020
|
+
"iphoneCamera",
|
|
7021
|
+
"deskViewCamera",
|
|
7022
|
+
"virtualCamera",
|
|
7023
|
+
"builtInMinijack"
|
|
7024
|
+
],
|
|
7025
|
+
"type": "string"
|
|
7026
|
+
},
|
|
7027
|
+
"captureCameraFailNum": {
|
|
7028
|
+
"type": "integer"
|
|
7029
|
+
},
|
|
7030
|
+
"videoCaptureEnumTime": {
|
|
7031
|
+
"type": "integer"
|
|
6852
7032
|
}
|
|
6853
7033
|
}
|
|
6854
7034
|
},
|
|
@@ -6941,6 +7121,51 @@
|
|
|
6941
7121
|
},
|
|
6942
7122
|
"status": {
|
|
6943
7123
|
"type": "string"
|
|
7124
|
+
},
|
|
7125
|
+
"initCaptureFrameworkType": {
|
|
7126
|
+
"enum": [
|
|
7127
|
+
"unknown",
|
|
7128
|
+
"dshow",
|
|
7129
|
+
"mf",
|
|
7130
|
+
"mfPrefer"
|
|
7131
|
+
],
|
|
7132
|
+
"type": "string"
|
|
7133
|
+
},
|
|
7134
|
+
"cameraRetried": {
|
|
7135
|
+
"type": "boolean"
|
|
7136
|
+
},
|
|
7137
|
+
"captureCameraType": {
|
|
7138
|
+
"enum": [
|
|
7139
|
+
"unknown",
|
|
7140
|
+
"builtIn",
|
|
7141
|
+
"aggregate",
|
|
7142
|
+
"virtual",
|
|
7143
|
+
"pci",
|
|
7144
|
+
"usb",
|
|
7145
|
+
"fireWire",
|
|
7146
|
+
"bluetooth",
|
|
7147
|
+
"hdmi",
|
|
7148
|
+
"displayPort",
|
|
7149
|
+
"airPlay",
|
|
7150
|
+
"avb",
|
|
7151
|
+
"thunderbolt",
|
|
7152
|
+
"lineLevel",
|
|
7153
|
+
"external",
|
|
7154
|
+
"continuityCaptureWired",
|
|
7155
|
+
"continuityCaptureWireless",
|
|
7156
|
+
"audioRemote",
|
|
7157
|
+
"iphoneCamera",
|
|
7158
|
+
"deskViewCamera",
|
|
7159
|
+
"virtualCamera",
|
|
7160
|
+
"builtInMinijack"
|
|
7161
|
+
],
|
|
7162
|
+
"type": "string"
|
|
7163
|
+
},
|
|
7164
|
+
"captureCameraFailNum": {
|
|
7165
|
+
"type": "integer"
|
|
7166
|
+
},
|
|
7167
|
+
"videoCaptureEnumTime": {
|
|
7168
|
+
"type": "integer"
|
|
6944
7169
|
}
|
|
6945
7170
|
}
|
|
6946
7171
|
},
|