@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
  }
@@ -668,6 +668,51 @@
668
668
  },
669
669
  "status": {
670
670
  "type": "string"
671
+ },
672
+ "initCaptureFrameworkType": {
673
+ "enum": [
674
+ "unknown",
675
+ "dshow",
676
+ "mf",
677
+ "mfPrefer"
678
+ ],
679
+ "type": "string"
680
+ },
681
+ "cameraRetried": {
682
+ "type": "boolean"
683
+ },
684
+ "captureCameraType": {
685
+ "enum": [
686
+ "unknown",
687
+ "builtIn",
688
+ "aggregate",
689
+ "virtual",
690
+ "pci",
691
+ "usb",
692
+ "fireWire",
693
+ "bluetooth",
694
+ "hdmi",
695
+ "displayPort",
696
+ "airPlay",
697
+ "avb",
698
+ "thunderbolt",
699
+ "lineLevel",
700
+ "external",
701
+ "continuityCaptureWired",
702
+ "continuityCaptureWireless",
703
+ "audioRemote",
704
+ "iphoneCamera",
705
+ "deskViewCamera",
706
+ "virtualCamera",
707
+ "builtInMinijack"
708
+ ],
709
+ "type": "string"
710
+ },
711
+ "captureCameraFailNum": {
712
+ "type": "integer"
713
+ },
714
+ "videoCaptureEnumTime": {
715
+ "type": "integer"
671
716
  }
672
717
  }
673
718
  }
@@ -3294,6 +3339,51 @@
3294
3339
  },
3295
3340
  "status": {
3296
3341
  "type": "string"
3342
+ },
3343
+ "initCaptureFrameworkType": {
3344
+ "enum": [
3345
+ "unknown",
3346
+ "dshow",
3347
+ "mf",
3348
+ "mfPrefer"
3349
+ ],
3350
+ "type": "string"
3351
+ },
3352
+ "cameraRetried": {
3353
+ "type": "boolean"
3354
+ },
3355
+ "captureCameraType": {
3356
+ "enum": [
3357
+ "unknown",
3358
+ "builtIn",
3359
+ "aggregate",
3360
+ "virtual",
3361
+ "pci",
3362
+ "usb",
3363
+ "fireWire",
3364
+ "bluetooth",
3365
+ "hdmi",
3366
+ "displayPort",
3367
+ "airPlay",
3368
+ "avb",
3369
+ "thunderbolt",
3370
+ "lineLevel",
3371
+ "external",
3372
+ "continuityCaptureWired",
3373
+ "continuityCaptureWireless",
3374
+ "audioRemote",
3375
+ "iphoneCamera",
3376
+ "deskViewCamera",
3377
+ "virtualCamera",
3378
+ "builtInMinijack"
3379
+ ],
3380
+ "type": "string"
3381
+ },
3382
+ "captureCameraFailNum": {
3383
+ "type": "integer"
3384
+ },
3385
+ "videoCaptureEnumTime": {
3386
+ "type": "integer"
3297
3387
  }
3298
3388
  }
3299
3389
  }
@@ -3387,6 +3477,51 @@
3387
3477
  },
3388
3478
  "status": {
3389
3479
  "type": "string"
3480
+ },
3481
+ "initCaptureFrameworkType": {
3482
+ "enum": [
3483
+ "unknown",
3484
+ "dshow",
3485
+ "mf",
3486
+ "mfPrefer"
3487
+ ],
3488
+ "type": "string"
3489
+ },
3490
+ "cameraRetried": {
3491
+ "type": "boolean"
3492
+ },
3493
+ "captureCameraType": {
3494
+ "enum": [
3495
+ "unknown",
3496
+ "builtIn",
3497
+ "aggregate",
3498
+ "virtual",
3499
+ "pci",
3500
+ "usb",
3501
+ "fireWire",
3502
+ "bluetooth",
3503
+ "hdmi",
3504
+ "displayPort",
3505
+ "airPlay",
3506
+ "avb",
3507
+ "thunderbolt",
3508
+ "lineLevel",
3509
+ "external",
3510
+ "continuityCaptureWired",
3511
+ "continuityCaptureWireless",
3512
+ "audioRemote",
3513
+ "iphoneCamera",
3514
+ "deskViewCamera",
3515
+ "virtualCamera",
3516
+ "builtInMinijack"
3517
+ ],
3518
+ "type": "string"
3519
+ },
3520
+ "captureCameraFailNum": {
3521
+ "type": "integer"
3522
+ },
3523
+ "videoCaptureEnumTime": {
3524
+ "type": "integer"
3390
3525
  }
3391
3526
  }
3392
3527
  },
@@ -3479,6 +3614,51 @@
3479
3614
  },
3480
3615
  "status": {
3481
3616
  "type": "string"
3617
+ },
3618
+ "initCaptureFrameworkType": {
3619
+ "enum": [
3620
+ "unknown",
3621
+ "dshow",
3622
+ "mf",
3623
+ "mfPrefer"
3624
+ ],
3625
+ "type": "string"
3626
+ },
3627
+ "cameraRetried": {
3628
+ "type": "boolean"
3629
+ },
3630
+ "captureCameraType": {
3631
+ "enum": [
3632
+ "unknown",
3633
+ "builtIn",
3634
+ "aggregate",
3635
+ "virtual",
3636
+ "pci",
3637
+ "usb",
3638
+ "fireWire",
3639
+ "bluetooth",
3640
+ "hdmi",
3641
+ "displayPort",
3642
+ "airPlay",
3643
+ "avb",
3644
+ "thunderbolt",
3645
+ "lineLevel",
3646
+ "external",
3647
+ "continuityCaptureWired",
3648
+ "continuityCaptureWireless",
3649
+ "audioRemote",
3650
+ "iphoneCamera",
3651
+ "deskViewCamera",
3652
+ "virtualCamera",
3653
+ "builtInMinijack"
3654
+ ],
3655
+ "type": "string"
3656
+ },
3657
+ "captureCameraFailNum": {
3658
+ "type": "integer"
3659
+ },
3660
+ "videoCaptureEnumTime": {
3661
+ "type": "integer"
3482
3662
  }
3483
3663
  }
3484
3664
  },
@@ -3571,6 +3751,51 @@
3571
3751
  },
3572
3752
  "status": {
3573
3753
  "type": "string"
3754
+ },
3755
+ "initCaptureFrameworkType": {
3756
+ "enum": [
3757
+ "unknown",
3758
+ "dshow",
3759
+ "mf",
3760
+ "mfPrefer"
3761
+ ],
3762
+ "type": "string"
3763
+ },
3764
+ "cameraRetried": {
3765
+ "type": "boolean"
3766
+ },
3767
+ "captureCameraType": {
3768
+ "enum": [
3769
+ "unknown",
3770
+ "builtIn",
3771
+ "aggregate",
3772
+ "virtual",
3773
+ "pci",
3774
+ "usb",
3775
+ "fireWire",
3776
+ "bluetooth",
3777
+ "hdmi",
3778
+ "displayPort",
3779
+ "airPlay",
3780
+ "avb",
3781
+ "thunderbolt",
3782
+ "lineLevel",
3783
+ "external",
3784
+ "continuityCaptureWired",
3785
+ "continuityCaptureWireless",
3786
+ "audioRemote",
3787
+ "iphoneCamera",
3788
+ "deskViewCamera",
3789
+ "virtualCamera",
3790
+ "builtInMinijack"
3791
+ ],
3792
+ "type": "string"
3793
+ },
3794
+ "captureCameraFailNum": {
3795
+ "type": "integer"
3796
+ },
3797
+ "videoCaptureEnumTime": {
3798
+ "type": "integer"
3574
3799
  }
3575
3800
  }
3576
3801
  },