[AVFoundation] Implement AVCapturePhoto. Partially fixes #59388. - #2678
Conversation
Fixes: > common.unclassified:!missing-type! AVCapturePhoto not bound https://bugzilla.xamarin.com/show_bug.cgi?id=59388
| CVPixelBuffer PreviewPixelBuffer { get; } | ||
|
|
||
| [NullAllowed, Export ("embeddedThumbnailPhotoFormat")] | ||
| NSDictionary<NSString, NSObject> EmbeddedThumbnailPhotoFormat { get; } |
There was a problem hiding this comment.
I am not entirely sold on this being the generic version of the NSDictionary since we might want to turn this into a StrongDictionary at some point seems that the possible values are here to be found https://developer.apple.com/documentation/avfoundation/avassetwriterinput/video_settings_dictionaries?language=objc maybe just NSDictionary WeakEmbeddedThumbnailPhotoFormat { get; } so it is easily wrapped by the StrongDictionary generator.
There was a problem hiding this comment.
@dalexsoto I've fixed this now (and Metadata as well).
|
Build success |
spouliot
left a comment
There was a problem hiding this comment.
There seems to be missing pieces
!missing-selector! AVCapturePhoto::bracketSettings not bound
!missing-selector! AVCapturePhoto::fileDataRepresentationWithReplacementMetadata:replacementEmbeddedThumbnailPhotoFormat:replacementEmbeddedThumbnailPixelBuffer:replacementDepthData: not bound
!missing-selector! AVCapturePhoto::lensStabilizationStatus not bound
!missing-selector! AVCapturePhoto::sequenceCount not bound
^ since those comes from tvOS xtro results my guess is that's it's a category (which is not marked as iOS only)
…d AVCapturePhoto.EmbeddedThumbnailPhotoFormat.
|
Build success |
Fixes:
https://bugzilla.xamarin.com/show_bug.cgi?id=59388