@yeomessagingcom/react-native-yeofr 0.2.1 → 0.3.0

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.
@@ -1754,6 +1754,209 @@
1754
1754
  "RawDocComment"
1755
1755
  ]
1756
1756
  },
1757
+ {
1758
+ "kind": "TypeDecl",
1759
+ "name": "TrueDepthConfiguration",
1760
+ "printedName": "TrueDepthConfiguration",
1761
+ "children": [
1762
+ {
1763
+ "kind": "Var",
1764
+ "name": "lowerThreshold",
1765
+ "printedName": "lowerThreshold",
1766
+ "children": [
1767
+ {
1768
+ "kind": "TypeNominal",
1769
+ "name": "Float",
1770
+ "printedName": "Swift.Float",
1771
+ "usr": "s:Sf"
1772
+ }
1773
+ ],
1774
+ "declKind": "Var",
1775
+ "usr": "s:5YEOFR22TrueDepthConfigurationV14lowerThresholdSfvp",
1776
+ "mangledName": "$s5YEOFR22TrueDepthConfigurationV14lowerThresholdSfvp",
1777
+ "moduleName": "YEOFR",
1778
+ "declAttributes": [
1779
+ "HasStorage",
1780
+ "AccessControl"
1781
+ ],
1782
+ "isLet": true,
1783
+ "hasStorage": true,
1784
+ "accessors": [
1785
+ {
1786
+ "kind": "Accessor",
1787
+ "name": "Get",
1788
+ "printedName": "Get()",
1789
+ "children": [
1790
+ {
1791
+ "kind": "TypeNominal",
1792
+ "name": "Float",
1793
+ "printedName": "Swift.Float",
1794
+ "usr": "s:Sf"
1795
+ }
1796
+ ],
1797
+ "declKind": "Accessor",
1798
+ "usr": "s:5YEOFR22TrueDepthConfigurationV14lowerThresholdSfvg",
1799
+ "mangledName": "$s5YEOFR22TrueDepthConfigurationV14lowerThresholdSfvg",
1800
+ "moduleName": "YEOFR",
1801
+ "implicit": true,
1802
+ "accessorKind": "get"
1803
+ }
1804
+ ]
1805
+ },
1806
+ {
1807
+ "kind": "Var",
1808
+ "name": "upperThreshold",
1809
+ "printedName": "upperThreshold",
1810
+ "children": [
1811
+ {
1812
+ "kind": "TypeNominal",
1813
+ "name": "Float",
1814
+ "printedName": "Swift.Float",
1815
+ "usr": "s:Sf"
1816
+ }
1817
+ ],
1818
+ "declKind": "Var",
1819
+ "usr": "s:5YEOFR22TrueDepthConfigurationV14upperThresholdSfvp",
1820
+ "mangledName": "$s5YEOFR22TrueDepthConfigurationV14upperThresholdSfvp",
1821
+ "moduleName": "YEOFR",
1822
+ "declAttributes": [
1823
+ "HasStorage",
1824
+ "AccessControl"
1825
+ ],
1826
+ "isLet": true,
1827
+ "hasStorage": true,
1828
+ "accessors": [
1829
+ {
1830
+ "kind": "Accessor",
1831
+ "name": "Get",
1832
+ "printedName": "Get()",
1833
+ "children": [
1834
+ {
1835
+ "kind": "TypeNominal",
1836
+ "name": "Float",
1837
+ "printedName": "Swift.Float",
1838
+ "usr": "s:Sf"
1839
+ }
1840
+ ],
1841
+ "declKind": "Accessor",
1842
+ "usr": "s:5YEOFR22TrueDepthConfigurationV14upperThresholdSfvg",
1843
+ "mangledName": "$s5YEOFR22TrueDepthConfigurationV14upperThresholdSfvg",
1844
+ "moduleName": "YEOFR",
1845
+ "implicit": true,
1846
+ "accessorKind": "get"
1847
+ }
1848
+ ]
1849
+ },
1850
+ {
1851
+ "kind": "Constructor",
1852
+ "name": "init",
1853
+ "printedName": "init(lowerThreshold:upperThreshold:)",
1854
+ "children": [
1855
+ {
1856
+ "kind": "TypeNominal",
1857
+ "name": "TrueDepthConfiguration",
1858
+ "printedName": "YEOFR.TrueDepthConfiguration",
1859
+ "usr": "s:5YEOFR22TrueDepthConfigurationV"
1860
+ },
1861
+ {
1862
+ "kind": "TypeNominal",
1863
+ "name": "Float",
1864
+ "printedName": "Swift.Float",
1865
+ "usr": "s:Sf"
1866
+ },
1867
+ {
1868
+ "kind": "TypeNominal",
1869
+ "name": "Float",
1870
+ "printedName": "Swift.Float",
1871
+ "usr": "s:Sf"
1872
+ }
1873
+ ],
1874
+ "declKind": "Constructor",
1875
+ "usr": "s:5YEOFR22TrueDepthConfigurationV14lowerThreshold05upperF0ACSf_Sftcfc",
1876
+ "mangledName": "$s5YEOFR22TrueDepthConfigurationV14lowerThreshold05upperF0ACSf_Sftcfc",
1877
+ "moduleName": "YEOFR",
1878
+ "declAttributes": [
1879
+ "AccessControl"
1880
+ ],
1881
+ "init_kind": "Designated"
1882
+ },
1883
+ {
1884
+ "kind": "Var",
1885
+ "name": "defaultConfiguration",
1886
+ "printedName": "defaultConfiguration",
1887
+ "children": [
1888
+ {
1889
+ "kind": "TypeNominal",
1890
+ "name": "TrueDepthConfiguration",
1891
+ "printedName": "YEOFR.TrueDepthConfiguration",
1892
+ "usr": "s:5YEOFR22TrueDepthConfigurationV"
1893
+ }
1894
+ ],
1895
+ "declKind": "Var",
1896
+ "usr": "s:5YEOFR22TrueDepthConfigurationV07defaultD0ACvpZ",
1897
+ "mangledName": "$s5YEOFR22TrueDepthConfigurationV07defaultD0ACvpZ",
1898
+ "moduleName": "YEOFR",
1899
+ "static": true,
1900
+ "declAttributes": [
1901
+ "AccessControl"
1902
+ ],
1903
+ "accessors": [
1904
+ {
1905
+ "kind": "Accessor",
1906
+ "name": "Get",
1907
+ "printedName": "Get()",
1908
+ "children": [
1909
+ {
1910
+ "kind": "TypeNominal",
1911
+ "name": "TrueDepthConfiguration",
1912
+ "printedName": "YEOFR.TrueDepthConfiguration",
1913
+ "usr": "s:5YEOFR22TrueDepthConfigurationV"
1914
+ }
1915
+ ],
1916
+ "declKind": "Accessor",
1917
+ "usr": "s:5YEOFR22TrueDepthConfigurationV07defaultD0ACvgZ",
1918
+ "mangledName": "$s5YEOFR22TrueDepthConfigurationV07defaultD0ACvgZ",
1919
+ "moduleName": "YEOFR",
1920
+ "static": true,
1921
+ "accessorKind": "get"
1922
+ }
1923
+ ]
1924
+ }
1925
+ ],
1926
+ "declKind": "Struct",
1927
+ "usr": "s:5YEOFR22TrueDepthConfigurationV",
1928
+ "mangledName": "$s5YEOFR22TrueDepthConfigurationV",
1929
+ "moduleName": "YEOFR",
1930
+ "declAttributes": [
1931
+ "AccessControl"
1932
+ ],
1933
+ "conformances": [
1934
+ {
1935
+ "kind": "Conformance",
1936
+ "name": "Copyable",
1937
+ "printedName": "Copyable",
1938
+ "usr": "s:s8CopyableP",
1939
+ "mangledName": "$ss8CopyableP"
1940
+ },
1941
+ {
1942
+ "kind": "Conformance",
1943
+ "name": "Escapable",
1944
+ "printedName": "Escapable",
1945
+ "usr": "s:s9EscapableP",
1946
+ "mangledName": "$ss9EscapableP"
1947
+ }
1948
+ ]
1949
+ },
1950
+ {
1951
+ "kind": "Import",
1952
+ "name": "Foundation",
1953
+ "printedName": "Foundation",
1954
+ "declKind": "Import",
1955
+ "moduleName": "YEOFR",
1956
+ "declAttributes": [
1957
+ "RawDocComment"
1958
+ ]
1959
+ },
1757
1960
  {
1758
1961
  "kind": "TypeDecl",
1759
1962
  "name": "YEOFRDefaults",
@@ -3497,13 +3700,13 @@
3497
3700
  },
3498
3701
  {
3499
3702
  "kind": "TypeDecl",
3500
- "name": "YEOFRTrueDepthHandling",
3501
- "printedName": "YEOFRTrueDepthHandling",
3703
+ "name": "YEOFRTrueDepthState",
3704
+ "printedName": "YEOFRTrueDepthState",
3502
3705
  "children": [
3503
3706
  {
3504
3707
  "kind": "Var",
3505
- "name": "depthEnabled",
3506
- "printedName": "depthEnabled",
3708
+ "name": "visionInFlight",
3709
+ "printedName": "visionInFlight",
3507
3710
  "children": [
3508
3711
  {
3509
3712
  "kind": "TypeNominal",
@@ -3513,10 +3716,16 @@
3513
3716
  }
3514
3717
  ],
3515
3718
  "declKind": "Var",
3516
- "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP12depthEnabledSbvp",
3517
- "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP12depthEnabledSbvp",
3719
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14visionInFlightSbvp",
3720
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14visionInFlightSbvp",
3518
3721
  "moduleName": "YEOFR",
3519
- "protocolReq": true,
3722
+ "declAttributes": [
3723
+ "HasInitialValue",
3724
+ "Final",
3725
+ "HasStorage",
3726
+ "AccessControl"
3727
+ ],
3728
+ "hasStorage": true,
3520
3729
  "accessors": [
3521
3730
  {
3522
3731
  "kind": "Accessor",
@@ -3531,55 +3740,13 @@
3531
3740
  }
3532
3741
  ],
3533
3742
  "declKind": "Accessor",
3534
- "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP12depthEnabledSbvg",
3535
- "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP12depthEnabledSbvg",
3743
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14visionInFlightSbvg",
3744
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14visionInFlightSbvg",
3536
3745
  "moduleName": "YEOFR",
3537
- "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
3538
- "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
3539
- "protocolReq": true,
3540
- "reqNewWitnessTableEntry": true,
3541
- "accessorKind": "get"
3542
- }
3543
- ]
3544
- },
3545
- {
3546
- "kind": "Var",
3547
- "name": "videoOutput",
3548
- "printedName": "videoOutput",
3549
- "children": [
3550
- {
3551
- "kind": "TypeNominal",
3552
- "name": "AVCaptureVideoDataOutput",
3553
- "printedName": "AVFoundation.AVCaptureVideoDataOutput",
3554
- "usr": "c:objc(cs)AVCaptureVideoDataOutput"
3555
- }
3556
- ],
3557
- "declKind": "Var",
3558
- "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvp",
3559
- "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvp",
3560
- "moduleName": "YEOFR",
3561
- "protocolReq": true,
3562
- "accessors": [
3563
- {
3564
- "kind": "Accessor",
3565
- "name": "Get",
3566
- "printedName": "Get()",
3567
- "children": [
3568
- {
3569
- "kind": "TypeNominal",
3570
- "name": "AVCaptureVideoDataOutput",
3571
- "printedName": "AVFoundation.AVCaptureVideoDataOutput",
3572
- "usr": "c:objc(cs)AVCaptureVideoDataOutput"
3573
- }
3746
+ "implicit": true,
3747
+ "declAttributes": [
3748
+ "Final"
3574
3749
  ],
3575
- "declKind": "Accessor",
3576
- "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvg",
3577
- "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvg",
3578
- "moduleName": "YEOFR",
3579
- "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
3580
- "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
3581
- "protocolReq": true,
3582
- "reqNewWitnessTableEntry": true,
3583
3750
  "accessorKind": "get"
3584
3751
  },
3585
3752
  {
@@ -3594,19 +3761,19 @@
3594
3761
  },
3595
3762
  {
3596
3763
  "kind": "TypeNominal",
3597
- "name": "AVCaptureVideoDataOutput",
3598
- "printedName": "AVFoundation.AVCaptureVideoDataOutput",
3599
- "usr": "c:objc(cs)AVCaptureVideoDataOutput"
3764
+ "name": "Bool",
3765
+ "printedName": "Swift.Bool",
3766
+ "usr": "s:Sb"
3600
3767
  }
3601
3768
  ],
3602
3769
  "declKind": "Accessor",
3603
- "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvs",
3604
- "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvs",
3770
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14visionInFlightSbvs",
3771
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14visionInFlightSbvs",
3605
3772
  "moduleName": "YEOFR",
3606
- "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
3607
- "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
3608
- "protocolReq": true,
3609
- "reqNewWitnessTableEntry": true,
3773
+ "implicit": true,
3774
+ "declAttributes": [
3775
+ "Final"
3776
+ ],
3610
3777
  "accessorKind": "set"
3611
3778
  },
3612
3779
  {
@@ -3621,15 +3788,649 @@
3621
3788
  }
3622
3789
  ],
3623
3790
  "declKind": "Accessor",
3624
- "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0CvM",
3625
- "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0CvM",
3791
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14visionInFlightSbvM",
3792
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14visionInFlightSbvM",
3626
3793
  "moduleName": "YEOFR",
3627
- "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
3628
- "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
3629
- "protocolReq": true,
3630
3794
  "implicit": true,
3631
- "reqNewWitnessTableEntry": true,
3632
- "accessorKind": "_modify"
3795
+ "declAttributes": [
3796
+ "Final"
3797
+ ],
3798
+ "accessorKind": "_modify"
3799
+ }
3800
+ ]
3801
+ },
3802
+ {
3803
+ "kind": "Var",
3804
+ "name": "lastVisionTime",
3805
+ "printedName": "lastVisionTime",
3806
+ "children": [
3807
+ {
3808
+ "kind": "TypeNominal",
3809
+ "name": "Double",
3810
+ "printedName": "Swift.Double",
3811
+ "usr": "s:Sd"
3812
+ }
3813
+ ],
3814
+ "declKind": "Var",
3815
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14lastVisionTimeSdvp",
3816
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14lastVisionTimeSdvp",
3817
+ "moduleName": "YEOFR",
3818
+ "declAttributes": [
3819
+ "HasInitialValue",
3820
+ "Final",
3821
+ "HasStorage",
3822
+ "AccessControl"
3823
+ ],
3824
+ "hasStorage": true,
3825
+ "accessors": [
3826
+ {
3827
+ "kind": "Accessor",
3828
+ "name": "Get",
3829
+ "printedName": "Get()",
3830
+ "children": [
3831
+ {
3832
+ "kind": "TypeNominal",
3833
+ "name": "Double",
3834
+ "printedName": "Swift.Double",
3835
+ "usr": "s:Sd"
3836
+ }
3837
+ ],
3838
+ "declKind": "Accessor",
3839
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14lastVisionTimeSdvg",
3840
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14lastVisionTimeSdvg",
3841
+ "moduleName": "YEOFR",
3842
+ "implicit": true,
3843
+ "declAttributes": [
3844
+ "Final"
3845
+ ],
3846
+ "accessorKind": "get"
3847
+ },
3848
+ {
3849
+ "kind": "Accessor",
3850
+ "name": "Set",
3851
+ "printedName": "Set()",
3852
+ "children": [
3853
+ {
3854
+ "kind": "TypeNominal",
3855
+ "name": "Void",
3856
+ "printedName": "()"
3857
+ },
3858
+ {
3859
+ "kind": "TypeNominal",
3860
+ "name": "Double",
3861
+ "printedName": "Swift.Double",
3862
+ "usr": "s:Sd"
3863
+ }
3864
+ ],
3865
+ "declKind": "Accessor",
3866
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14lastVisionTimeSdvs",
3867
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14lastVisionTimeSdvs",
3868
+ "moduleName": "YEOFR",
3869
+ "implicit": true,
3870
+ "declAttributes": [
3871
+ "Final"
3872
+ ],
3873
+ "accessorKind": "set"
3874
+ },
3875
+ {
3876
+ "kind": "Accessor",
3877
+ "name": "Modify",
3878
+ "printedName": "Modify()",
3879
+ "children": [
3880
+ {
3881
+ "kind": "TypeNominal",
3882
+ "name": "Void",
3883
+ "printedName": "()"
3884
+ }
3885
+ ],
3886
+ "declKind": "Accessor",
3887
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14lastVisionTimeSdvM",
3888
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14lastVisionTimeSdvM",
3889
+ "moduleName": "YEOFR",
3890
+ "implicit": true,
3891
+ "declAttributes": [
3892
+ "Final"
3893
+ ],
3894
+ "accessorKind": "_modify"
3895
+ }
3896
+ ]
3897
+ },
3898
+ {
3899
+ "kind": "Var",
3900
+ "name": "flatnessWindow",
3901
+ "printedName": "flatnessWindow",
3902
+ "children": [
3903
+ {
3904
+ "kind": "TypeNominal",
3905
+ "name": "Array",
3906
+ "printedName": "[Swift.Float]",
3907
+ "children": [
3908
+ {
3909
+ "kind": "TypeNominal",
3910
+ "name": "Float",
3911
+ "printedName": "Swift.Float",
3912
+ "usr": "s:Sf"
3913
+ }
3914
+ ],
3915
+ "usr": "s:Sa"
3916
+ }
3917
+ ],
3918
+ "declKind": "Var",
3919
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14flatnessWindowSaySfGvp",
3920
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14flatnessWindowSaySfGvp",
3921
+ "moduleName": "YEOFR",
3922
+ "declAttributes": [
3923
+ "HasInitialValue",
3924
+ "Final",
3925
+ "HasStorage",
3926
+ "AccessControl"
3927
+ ],
3928
+ "hasStorage": true,
3929
+ "accessors": [
3930
+ {
3931
+ "kind": "Accessor",
3932
+ "name": "Get",
3933
+ "printedName": "Get()",
3934
+ "children": [
3935
+ {
3936
+ "kind": "TypeNominal",
3937
+ "name": "Array",
3938
+ "printedName": "[Swift.Float]",
3939
+ "children": [
3940
+ {
3941
+ "kind": "TypeNominal",
3942
+ "name": "Float",
3943
+ "printedName": "Swift.Float",
3944
+ "usr": "s:Sf"
3945
+ }
3946
+ ],
3947
+ "usr": "s:Sa"
3948
+ }
3949
+ ],
3950
+ "declKind": "Accessor",
3951
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14flatnessWindowSaySfGvg",
3952
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14flatnessWindowSaySfGvg",
3953
+ "moduleName": "YEOFR",
3954
+ "implicit": true,
3955
+ "declAttributes": [
3956
+ "Final"
3957
+ ],
3958
+ "accessorKind": "get"
3959
+ },
3960
+ {
3961
+ "kind": "Accessor",
3962
+ "name": "Set",
3963
+ "printedName": "Set()",
3964
+ "children": [
3965
+ {
3966
+ "kind": "TypeNominal",
3967
+ "name": "Void",
3968
+ "printedName": "()"
3969
+ },
3970
+ {
3971
+ "kind": "TypeNominal",
3972
+ "name": "Array",
3973
+ "printedName": "[Swift.Float]",
3974
+ "children": [
3975
+ {
3976
+ "kind": "TypeNominal",
3977
+ "name": "Float",
3978
+ "printedName": "Swift.Float",
3979
+ "usr": "s:Sf"
3980
+ }
3981
+ ],
3982
+ "usr": "s:Sa"
3983
+ }
3984
+ ],
3985
+ "declKind": "Accessor",
3986
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14flatnessWindowSaySfGvs",
3987
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14flatnessWindowSaySfGvs",
3988
+ "moduleName": "YEOFR",
3989
+ "implicit": true,
3990
+ "declAttributes": [
3991
+ "Final"
3992
+ ],
3993
+ "accessorKind": "set"
3994
+ },
3995
+ {
3996
+ "kind": "Accessor",
3997
+ "name": "Modify",
3998
+ "printedName": "Modify()",
3999
+ "children": [
4000
+ {
4001
+ "kind": "TypeNominal",
4002
+ "name": "Void",
4003
+ "printedName": "()"
4004
+ }
4005
+ ],
4006
+ "declKind": "Accessor",
4007
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC14flatnessWindowSaySfGvM",
4008
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC14flatnessWindowSaySfGvM",
4009
+ "moduleName": "YEOFR",
4010
+ "implicit": true,
4011
+ "declAttributes": [
4012
+ "Final"
4013
+ ],
4014
+ "accessorKind": "_modify"
4015
+ }
4016
+ ]
4017
+ },
4018
+ {
4019
+ "kind": "Var",
4020
+ "name": "consecutiveNoFace",
4021
+ "printedName": "consecutiveNoFace",
4022
+ "children": [
4023
+ {
4024
+ "kind": "TypeNominal",
4025
+ "name": "Int",
4026
+ "printedName": "Swift.Int",
4027
+ "usr": "s:Si"
4028
+ }
4029
+ ],
4030
+ "declKind": "Var",
4031
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC17consecutiveNoFaceSivp",
4032
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC17consecutiveNoFaceSivp",
4033
+ "moduleName": "YEOFR",
4034
+ "declAttributes": [
4035
+ "HasInitialValue",
4036
+ "Final",
4037
+ "HasStorage",
4038
+ "AccessControl"
4039
+ ],
4040
+ "hasStorage": true,
4041
+ "accessors": [
4042
+ {
4043
+ "kind": "Accessor",
4044
+ "name": "Get",
4045
+ "printedName": "Get()",
4046
+ "children": [
4047
+ {
4048
+ "kind": "TypeNominal",
4049
+ "name": "Int",
4050
+ "printedName": "Swift.Int",
4051
+ "usr": "s:Si"
4052
+ }
4053
+ ],
4054
+ "declKind": "Accessor",
4055
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC17consecutiveNoFaceSivg",
4056
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC17consecutiveNoFaceSivg",
4057
+ "moduleName": "YEOFR",
4058
+ "implicit": true,
4059
+ "declAttributes": [
4060
+ "Final"
4061
+ ],
4062
+ "accessorKind": "get"
4063
+ },
4064
+ {
4065
+ "kind": "Accessor",
4066
+ "name": "Set",
4067
+ "printedName": "Set()",
4068
+ "children": [
4069
+ {
4070
+ "kind": "TypeNominal",
4071
+ "name": "Void",
4072
+ "printedName": "()"
4073
+ },
4074
+ {
4075
+ "kind": "TypeNominal",
4076
+ "name": "Int",
4077
+ "printedName": "Swift.Int",
4078
+ "usr": "s:Si"
4079
+ }
4080
+ ],
4081
+ "declKind": "Accessor",
4082
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC17consecutiveNoFaceSivs",
4083
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC17consecutiveNoFaceSivs",
4084
+ "moduleName": "YEOFR",
4085
+ "implicit": true,
4086
+ "declAttributes": [
4087
+ "Final"
4088
+ ],
4089
+ "accessorKind": "set"
4090
+ },
4091
+ {
4092
+ "kind": "Accessor",
4093
+ "name": "Modify",
4094
+ "printedName": "Modify()",
4095
+ "children": [
4096
+ {
4097
+ "kind": "TypeNominal",
4098
+ "name": "Void",
4099
+ "printedName": "()"
4100
+ }
4101
+ ],
4102
+ "declKind": "Accessor",
4103
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC17consecutiveNoFaceSivM",
4104
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC17consecutiveNoFaceSivM",
4105
+ "moduleName": "YEOFR",
4106
+ "implicit": true,
4107
+ "declAttributes": [
4108
+ "Final"
4109
+ ],
4110
+ "accessorKind": "_modify"
4111
+ }
4112
+ ]
4113
+ },
4114
+ {
4115
+ "kind": "Var",
4116
+ "name": "consecutiveFlatStrong",
4117
+ "printedName": "consecutiveFlatStrong",
4118
+ "children": [
4119
+ {
4120
+ "kind": "TypeNominal",
4121
+ "name": "Int",
4122
+ "printedName": "Swift.Int",
4123
+ "usr": "s:Si"
4124
+ }
4125
+ ],
4126
+ "declKind": "Var",
4127
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC21consecutiveFlatStrongSivp",
4128
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC21consecutiveFlatStrongSivp",
4129
+ "moduleName": "YEOFR",
4130
+ "declAttributes": [
4131
+ "HasInitialValue",
4132
+ "Final",
4133
+ "HasStorage",
4134
+ "AccessControl"
4135
+ ],
4136
+ "hasStorage": true,
4137
+ "accessors": [
4138
+ {
4139
+ "kind": "Accessor",
4140
+ "name": "Get",
4141
+ "printedName": "Get()",
4142
+ "children": [
4143
+ {
4144
+ "kind": "TypeNominal",
4145
+ "name": "Int",
4146
+ "printedName": "Swift.Int",
4147
+ "usr": "s:Si"
4148
+ }
4149
+ ],
4150
+ "declKind": "Accessor",
4151
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC21consecutiveFlatStrongSivg",
4152
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC21consecutiveFlatStrongSivg",
4153
+ "moduleName": "YEOFR",
4154
+ "implicit": true,
4155
+ "declAttributes": [
4156
+ "Final"
4157
+ ],
4158
+ "accessorKind": "get"
4159
+ },
4160
+ {
4161
+ "kind": "Accessor",
4162
+ "name": "Set",
4163
+ "printedName": "Set()",
4164
+ "children": [
4165
+ {
4166
+ "kind": "TypeNominal",
4167
+ "name": "Void",
4168
+ "printedName": "()"
4169
+ },
4170
+ {
4171
+ "kind": "TypeNominal",
4172
+ "name": "Int",
4173
+ "printedName": "Swift.Int",
4174
+ "usr": "s:Si"
4175
+ }
4176
+ ],
4177
+ "declKind": "Accessor",
4178
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC21consecutiveFlatStrongSivs",
4179
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC21consecutiveFlatStrongSivs",
4180
+ "moduleName": "YEOFR",
4181
+ "implicit": true,
4182
+ "declAttributes": [
4183
+ "Final"
4184
+ ],
4185
+ "accessorKind": "set"
4186
+ },
4187
+ {
4188
+ "kind": "Accessor",
4189
+ "name": "Modify",
4190
+ "printedName": "Modify()",
4191
+ "children": [
4192
+ {
4193
+ "kind": "TypeNominal",
4194
+ "name": "Void",
4195
+ "printedName": "()"
4196
+ }
4197
+ ],
4198
+ "declKind": "Accessor",
4199
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC21consecutiveFlatStrongSivM",
4200
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC21consecutiveFlatStrongSivM",
4201
+ "moduleName": "YEOFR",
4202
+ "implicit": true,
4203
+ "declAttributes": [
4204
+ "Final"
4205
+ ],
4206
+ "accessorKind": "_modify"
4207
+ }
4208
+ ]
4209
+ },
4210
+ {
4211
+ "kind": "Constructor",
4212
+ "name": "init",
4213
+ "printedName": "init()",
4214
+ "children": [
4215
+ {
4216
+ "kind": "TypeNominal",
4217
+ "name": "YEOFRTrueDepthState",
4218
+ "printedName": "YEOFR.YEOFRTrueDepthState",
4219
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC"
4220
+ }
4221
+ ],
4222
+ "declKind": "Constructor",
4223
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateCACycfc",
4224
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateCACycfc",
4225
+ "moduleName": "YEOFR",
4226
+ "declAttributes": [
4227
+ "AccessControl"
4228
+ ],
4229
+ "init_kind": "Designated"
4230
+ },
4231
+ {
4232
+ "kind": "Function",
4233
+ "name": "reset",
4234
+ "printedName": "reset()",
4235
+ "children": [
4236
+ {
4237
+ "kind": "TypeNominal",
4238
+ "name": "Void",
4239
+ "printedName": "()"
4240
+ }
4241
+ ],
4242
+ "declKind": "Func",
4243
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC5resetyyF",
4244
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC5resetyyF",
4245
+ "moduleName": "YEOFR",
4246
+ "declAttributes": [
4247
+ "Final",
4248
+ "AccessControl"
4249
+ ],
4250
+ "funcSelfKind": "NonMutating"
4251
+ },
4252
+ {
4253
+ "kind": "Function",
4254
+ "name": "resetSmoothingOnly",
4255
+ "printedName": "resetSmoothingOnly()",
4256
+ "children": [
4257
+ {
4258
+ "kind": "TypeNominal",
4259
+ "name": "Void",
4260
+ "printedName": "()"
4261
+ }
4262
+ ],
4263
+ "declKind": "Func",
4264
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC18resetSmoothingOnlyyyF",
4265
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC18resetSmoothingOnlyyyF",
4266
+ "moduleName": "YEOFR",
4267
+ "declAttributes": [
4268
+ "Final",
4269
+ "AccessControl"
4270
+ ],
4271
+ "funcSelfKind": "NonMutating"
4272
+ }
4273
+ ],
4274
+ "declKind": "Class",
4275
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC",
4276
+ "mangledName": "$s5YEOFR19YEOFRTrueDepthStateC",
4277
+ "moduleName": "YEOFR",
4278
+ "declAttributes": [
4279
+ "Final",
4280
+ "AccessControl"
4281
+ ],
4282
+ "conformances": [
4283
+ {
4284
+ "kind": "Conformance",
4285
+ "name": "Copyable",
4286
+ "printedName": "Copyable",
4287
+ "usr": "s:s8CopyableP",
4288
+ "mangledName": "$ss8CopyableP"
4289
+ },
4290
+ {
4291
+ "kind": "Conformance",
4292
+ "name": "Escapable",
4293
+ "printedName": "Escapable",
4294
+ "usr": "s:s9EscapableP",
4295
+ "mangledName": "$ss9EscapableP"
4296
+ }
4297
+ ]
4298
+ },
4299
+ {
4300
+ "kind": "TypeDecl",
4301
+ "name": "YEOFRTrueDepthHandling",
4302
+ "printedName": "YEOFRTrueDepthHandling",
4303
+ "children": [
4304
+ {
4305
+ "kind": "Var",
4306
+ "name": "depthEnabled",
4307
+ "printedName": "depthEnabled",
4308
+ "children": [
4309
+ {
4310
+ "kind": "TypeNominal",
4311
+ "name": "Bool",
4312
+ "printedName": "Swift.Bool",
4313
+ "usr": "s:Sb"
4314
+ }
4315
+ ],
4316
+ "declKind": "Var",
4317
+ "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP12depthEnabledSbvp",
4318
+ "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP12depthEnabledSbvp",
4319
+ "moduleName": "YEOFR",
4320
+ "protocolReq": true,
4321
+ "accessors": [
4322
+ {
4323
+ "kind": "Accessor",
4324
+ "name": "Get",
4325
+ "printedName": "Get()",
4326
+ "children": [
4327
+ {
4328
+ "kind": "TypeNominal",
4329
+ "name": "Bool",
4330
+ "printedName": "Swift.Bool",
4331
+ "usr": "s:Sb"
4332
+ }
4333
+ ],
4334
+ "declKind": "Accessor",
4335
+ "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP12depthEnabledSbvg",
4336
+ "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP12depthEnabledSbvg",
4337
+ "moduleName": "YEOFR",
4338
+ "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
4339
+ "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
4340
+ "protocolReq": true,
4341
+ "reqNewWitnessTableEntry": true,
4342
+ "accessorKind": "get"
4343
+ }
4344
+ ]
4345
+ },
4346
+ {
4347
+ "kind": "Var",
4348
+ "name": "videoOutput",
4349
+ "printedName": "videoOutput",
4350
+ "children": [
4351
+ {
4352
+ "kind": "TypeNominal",
4353
+ "name": "AVCaptureVideoDataOutput",
4354
+ "printedName": "AVFoundation.AVCaptureVideoDataOutput",
4355
+ "usr": "c:objc(cs)AVCaptureVideoDataOutput"
4356
+ }
4357
+ ],
4358
+ "declKind": "Var",
4359
+ "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvp",
4360
+ "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvp",
4361
+ "moduleName": "YEOFR",
4362
+ "protocolReq": true,
4363
+ "accessors": [
4364
+ {
4365
+ "kind": "Accessor",
4366
+ "name": "Get",
4367
+ "printedName": "Get()",
4368
+ "children": [
4369
+ {
4370
+ "kind": "TypeNominal",
4371
+ "name": "AVCaptureVideoDataOutput",
4372
+ "printedName": "AVFoundation.AVCaptureVideoDataOutput",
4373
+ "usr": "c:objc(cs)AVCaptureVideoDataOutput"
4374
+ }
4375
+ ],
4376
+ "declKind": "Accessor",
4377
+ "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvg",
4378
+ "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvg",
4379
+ "moduleName": "YEOFR",
4380
+ "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
4381
+ "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
4382
+ "protocolReq": true,
4383
+ "reqNewWitnessTableEntry": true,
4384
+ "accessorKind": "get"
4385
+ },
4386
+ {
4387
+ "kind": "Accessor",
4388
+ "name": "Set",
4389
+ "printedName": "Set()",
4390
+ "children": [
4391
+ {
4392
+ "kind": "TypeNominal",
4393
+ "name": "Void",
4394
+ "printedName": "()"
4395
+ },
4396
+ {
4397
+ "kind": "TypeNominal",
4398
+ "name": "AVCaptureVideoDataOutput",
4399
+ "printedName": "AVFoundation.AVCaptureVideoDataOutput",
4400
+ "usr": "c:objc(cs)AVCaptureVideoDataOutput"
4401
+ }
4402
+ ],
4403
+ "declKind": "Accessor",
4404
+ "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvs",
4405
+ "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0Cvs",
4406
+ "moduleName": "YEOFR",
4407
+ "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
4408
+ "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
4409
+ "protocolReq": true,
4410
+ "reqNewWitnessTableEntry": true,
4411
+ "accessorKind": "set"
4412
+ },
4413
+ {
4414
+ "kind": "Accessor",
4415
+ "name": "Modify",
4416
+ "printedName": "Modify()",
4417
+ "children": [
4418
+ {
4419
+ "kind": "TypeNominal",
4420
+ "name": "Void",
4421
+ "printedName": "()"
4422
+ }
4423
+ ],
4424
+ "declKind": "Accessor",
4425
+ "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0CvM",
4426
+ "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP11videoOutputSo018AVCaptureVideoDataF0CvM",
4427
+ "moduleName": "YEOFR",
4428
+ "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
4429
+ "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
4430
+ "protocolReq": true,
4431
+ "implicit": true,
4432
+ "reqNewWitnessTableEntry": true,
4433
+ "accessorKind": "_modify"
3633
4434
  }
3634
4435
  ]
3635
4436
  },
@@ -3724,6 +4525,48 @@
3724
4525
  }
3725
4526
  ]
3726
4527
  },
4528
+ {
4529
+ "kind": "Var",
4530
+ "name": "trueDepthState",
4531
+ "printedName": "trueDepthState",
4532
+ "children": [
4533
+ {
4534
+ "kind": "TypeNominal",
4535
+ "name": "YEOFRTrueDepthState",
4536
+ "printedName": "YEOFR.YEOFRTrueDepthState",
4537
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC"
4538
+ }
4539
+ ],
4540
+ "declKind": "Var",
4541
+ "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP04trueC5StateAA0bcF0Cvp",
4542
+ "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP04trueC5StateAA0bcF0Cvp",
4543
+ "moduleName": "YEOFR",
4544
+ "protocolReq": true,
4545
+ "accessors": [
4546
+ {
4547
+ "kind": "Accessor",
4548
+ "name": "Get",
4549
+ "printedName": "Get()",
4550
+ "children": [
4551
+ {
4552
+ "kind": "TypeNominal",
4553
+ "name": "YEOFRTrueDepthState",
4554
+ "printedName": "YEOFR.YEOFRTrueDepthState",
4555
+ "usr": "s:5YEOFR19YEOFRTrueDepthStateC"
4556
+ }
4557
+ ],
4558
+ "declKind": "Accessor",
4559
+ "usr": "s:5YEOFR22YEOFRTrueDepthHandlingP04trueC5StateAA0bcF0Cvg",
4560
+ "mangledName": "$s5YEOFR22YEOFRTrueDepthHandlingP04trueC5StateAA0bcF0Cvg",
4561
+ "moduleName": "YEOFR",
4562
+ "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
4563
+ "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
4564
+ "protocolReq": true,
4565
+ "reqNewWitnessTableEntry": true,
4566
+ "accessorKind": "get"
4567
+ }
4568
+ ]
4569
+ },
3727
4570
  {
3728
4571
  "kind": "Function",
3729
4572
  "name": "onDepthVerdict",
@@ -3781,7 +4624,8 @@
3781
4624
  "genericSig": "<τ_0_0 where τ_0_0 : YEOFR.YEOFRTrueDepthHandling>",
3782
4625
  "sugared_genericSig": "<Self where Self : YEOFR.YEOFRTrueDepthHandling>",
3783
4626
  "declAttributes": [
3784
- "AccessControl"
4627
+ "AccessControl",
4628
+ "RawDocComment"
3785
4629
  ],
3786
4630
  "isFromExtension": true,
3787
4631
  "funcSelfKind": "NonMutating"
@@ -4469,6 +5313,57 @@
4469
5313
  "RawDocComment"
4470
5314
  ],
4471
5315
  "funcSelfKind": "NonMutating"
5316
+ },
5317
+ {
5318
+ "kind": "Function",
5319
+ "name": "setTrueDepthConfig",
5320
+ "printedName": "setTrueDepthConfig(_:)",
5321
+ "children": [
5322
+ {
5323
+ "kind": "TypeNominal",
5324
+ "name": "Void",
5325
+ "printedName": "()"
5326
+ },
5327
+ {
5328
+ "kind": "TypeNominal",
5329
+ "name": "TrueDepthConfiguration",
5330
+ "printedName": "YEOFR.TrueDepthConfiguration",
5331
+ "usr": "s:5YEOFR22TrueDepthConfigurationV"
5332
+ }
5333
+ ],
5334
+ "declKind": "Func",
5335
+ "usr": "s:5YEOFR8YEOFRSDKC18setTrueDepthConfigyyAA0dE13ConfigurationVF",
5336
+ "mangledName": "$s5YEOFR8YEOFRSDKC18setTrueDepthConfigyyAA0dE13ConfigurationVF",
5337
+ "moduleName": "YEOFR",
5338
+ "declAttributes": [
5339
+ "Final",
5340
+ "AccessControl",
5341
+ "RawDocComment"
5342
+ ],
5343
+ "funcSelfKind": "NonMutating"
5344
+ },
5345
+ {
5346
+ "kind": "Function",
5347
+ "name": "getTrueDepthConfig",
5348
+ "printedName": "getTrueDepthConfig()",
5349
+ "children": [
5350
+ {
5351
+ "kind": "TypeNominal",
5352
+ "name": "TrueDepthConfiguration",
5353
+ "printedName": "YEOFR.TrueDepthConfiguration",
5354
+ "usr": "s:5YEOFR22TrueDepthConfigurationV"
5355
+ }
5356
+ ],
5357
+ "declKind": "Func",
5358
+ "usr": "s:5YEOFR8YEOFRSDKC18getTrueDepthConfigAA0dE13ConfigurationVyF",
5359
+ "mangledName": "$s5YEOFR8YEOFRSDKC18getTrueDepthConfigAA0dE13ConfigurationVyF",
5360
+ "moduleName": "YEOFR",
5361
+ "declAttributes": [
5362
+ "Final",
5363
+ "AccessControl",
5364
+ "RawDocComment"
5365
+ ],
5366
+ "funcSelfKind": "NonMutating"
4472
5367
  }
4473
5368
  ],
4474
5369
  "declKind": "Class",
@@ -4530,6 +5425,20 @@
4530
5425
  "length": 3,
4531
5426
  "value": "[]"
4532
5427
  },
5428
+ {
5429
+ "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Model\/TrueDepthConfiguration.swift",
5430
+ "kind": "FloatLiteral",
5431
+ "offset": 1002,
5432
+ "length": 4,
5433
+ "value": "0.05"
5434
+ },
5435
+ {
5436
+ "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Model\/TrueDepthConfiguration.swift",
5437
+ "kind": "FloatLiteral",
5438
+ "offset": 1068,
5439
+ "length": 4,
5440
+ "value": "0.15"
5441
+ },
4533
5442
  {
4534
5443
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Model\/YEOFRConfiguration.swift",
4535
5444
  "kind": "IntegerLiteral",
@@ -4586,12 +5495,54 @@
4586
5495
  "length": 4,
4587
5496
  "value": "true"
4588
5497
  },
5498
+ {
5499
+ "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Protocols\/YEOFRTrueDepthHandling.swift",
5500
+ "kind": "BooleanLiteral",
5501
+ "offset": 227,
5502
+ "length": 5,
5503
+ "value": "false"
5504
+ },
5505
+ {
5506
+ "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Protocols\/YEOFRTrueDepthHandling.swift",
5507
+ "kind": "IntegerLiteral",
5508
+ "offset": 281,
5509
+ "length": 1,
5510
+ "value": "0"
5511
+ },
5512
+ {
5513
+ "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Protocols\/YEOFRTrueDepthHandling.swift",
5514
+ "kind": "Array",
5515
+ "offset": 324,
5516
+ "length": 2,
5517
+ "value": "[]"
5518
+ },
5519
+ {
5520
+ "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Protocols\/YEOFRTrueDepthHandling.swift",
5521
+ "kind": "IntegerLiteral",
5522
+ "offset": 367,
5523
+ "length": 1,
5524
+ "value": "0"
5525
+ },
5526
+ {
5527
+ "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Protocols\/YEOFRTrueDepthHandling.swift",
5528
+ "kind": "IntegerLiteral",
5529
+ "offset": 413,
5530
+ "length": 1,
5531
+ "value": "0"
5532
+ },
5533
+ {
5534
+ "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/Protocols\/YEOFRTrueDepthHandling.swift",
5535
+ "kind": "IntegerLiteral",
5536
+ "offset": 17763,
5537
+ "length": 2,
5538
+ "value": "15"
5539
+ },
4589
5540
  {
4590
5541
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/YEOFRSDK.swift",
4591
5542
  "kind": "StringLiteral",
4592
5543
  "offset": 1148,
4593
5544
  "length": 7,
4594
- "value": "\"0.2.1\""
5545
+ "value": "\"0.3.0\""
4595
5546
  },
4596
5547
  {
4597
5548
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/YEOFRSDK.swift",
@@ -4617,21 +5568,21 @@
4617
5568
  {
4618
5569
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/YEOFRSDK.swift",
4619
5570
  "kind": "BooleanLiteral",
4620
- "offset": 4756,
5571
+ "offset": 4908,
4621
5572
  "length": 4,
4622
5573
  "value": "true"
4623
5574
  },
4624
5575
  {
4625
5576
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/YEOFRSDK.swift",
4626
5577
  "kind": "BooleanLiteral",
4627
- "offset": 5521,
5578
+ "offset": 5673,
4628
5579
  "length": 4,
4629
5580
  "value": "true"
4630
5581
  },
4631
5582
  {
4632
5583
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/YEOFRSDK.swift",
4633
5584
  "kind": "BooleanLiteral",
4634
- "offset": 14314,
5585
+ "offset": 14466,
4635
5586
  "length": 4,
4636
5587
  "value": "true"
4637
5588
  }