Package org.robovm.apple.avfoundation
Interface AVCapturePhotoFileDataRepresentationCustomizer
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVCapturePhotoFileDataRepresentationCustomizerAdapter
public interface AVCapturePhotoFileDataRepresentationCustomizer extends NSObjectProtocol
- Since:
- Available in iOS 12.0 and later.
-
Method Summary
Modifier and Type Method Description NSDictionary<NSString,?>replacementAppleProRAWCompressionSettingsForPhoto(AVCapturePhoto photo, NSDictionary<NSString,?> defaultSettings, long maximumBitDepth)AVDepthDatareplacementDepthDataForPhoto(AVCapturePhoto photo)CVPixelBufferreplacementEmbeddedThumbnailPixelBuffer(NSDictionary.NSDictionaryPtr<?,?> replacementEmbeddedThumbnailPhotoFormatOut, AVCapturePhoto photo)NSDictionary<NSString,?>replacementMetadataForPhoto(AVCapturePhoto photo)AVPortraitEffectsMattereplacementPortraitEffectsMatteForPhoto(AVCapturePhoto photo)AVSemanticSegmentationMattereplacementSemanticSegmentationMatteOfType(AVSemanticSegmentationMatteType semanticSegmentationMatteType, AVCapturePhoto photo)
-
Method Details
-
replacementMetadataForPhoto
-
replacementEmbeddedThumbnailPixelBuffer
CVPixelBuffer replacementEmbeddedThumbnailPixelBuffer(NSDictionary.NSDictionaryPtr<?,?> replacementEmbeddedThumbnailPhotoFormatOut, AVCapturePhoto photo) -
replacementDepthDataForPhoto
-
replacementPortraitEffectsMatteForPhoto
-
replacementSemanticSegmentationMatteOfType
AVSemanticSegmentationMatte replacementSemanticSegmentationMatteOfType(AVSemanticSegmentationMatteType semanticSegmentationMatteType, AVCapturePhoto photo)- Since:
- Available in iOS 13.0 and later.
-
replacementAppleProRAWCompressionSettingsForPhoto
NSDictionary<NSString,?> replacementAppleProRAWCompressionSettingsForPhoto(AVCapturePhoto photo, NSDictionary<NSString,?> defaultSettings, long maximumBitDepth)- Since:
- Available in iOS 14.3 and later.
-