PHLivePhotoFrameProcessingBlock Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use 'PHLivePhotoFrameProcessingBlock2' instead.
Delegate that is called on every frame of a Live Photo as it is processed.
[System.Obsolete("Use 'PHLivePhotoFrameProcessingBlock2' instead.")]
public delegate CoreImage.CIImage PHLivePhotoFrameProcessingBlock(IPHLivePhotoFrame frame, NSError error);
type PHLivePhotoFrameProcessingBlock = delegate of IPHLivePhotoFrame * NSError -> CIImage
Parameters
- frame
- IPHLivePhotoFrame
The video frame to process.
- error
- NSError
An error in which to record problems that occurred while processing the frame.
Return Value
A processed image that represents the frame.
- Attributes