PHLivePhotoFrameProcessingBlock 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
錯誤,用來記錄處理框架時發生的問題。
傳回值
表示框架的已處理影像。
- 屬性