Skip to content

Commit

Permalink
Add AVCaptureDeviceTypeExternal (#21187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-visionaid authored and rolfbjarne committed Sep 6, 2024
1 parent f562519 commit c9e1068
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/avfoundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11469,6 +11469,11 @@ enum AVCaptureDeviceType {
[NoWatch, NoTV, NoMac, MacCatalyst (15, 4), iOS (15, 4)]
[Field ("AVCaptureDeviceTypeBuiltInLiDARDepthCamera")]
BuiltInLiDarDepthCamera,

[NoWatch]
[iOS (17, 0), MacCatalyst (17, 0), TV (17, 0)]
[Field ("AVCaptureDeviceTypeExternal")]
External,
}

[NoTV, NoWatch] // matches API that uses it.
Expand Down

0 comments on commit c9e1068

Please sign in to comment.