共用方式為


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

錯誤,用來記錄處理框架時發生的問題。

傳回值

表示框架的已處理影像。

屬性

適用於