Share via


PHLivePhotoFrameProcessingBlock 委托

定义

注意

Use 'PHLivePhotoFrameProcessingBlock2' instead.

在处理实时照片的每个帧上调用的委托。

[System.Obsolete("Use 'PHLivePhotoFrameProcessingBlock2' instead.")]
public delegate CoreImage.CIImage PHLivePhotoFrameProcessingBlock(IPHLivePhotoFrame frame, NSError error);
type PHLivePhotoFrameProcessingBlock = delegate of IPHLivePhotoFrame * NSError -> CIImage

参数

frame
IPHLivePhotoFrame

要处理的视频帧。

error
NSError

一个错误,用于记录处理帧时发生的问题。

返回值

表示帧的已处理图像。

属性

适用于