共用方式為


AVCapturePhotoCaptureDelegate_Extensions 類別

定義

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

public static class AVCapturePhotoCaptureDelegate_Extensions
type AVCapturePhotoCaptureDelegate_Extensions = class
繼承
AVCapturePhotoCaptureDelegate_Extensions

備註

IAVCapturePhotoCaptureDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 AVCapturePhotoCaptureDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。

方法

DidCapturePhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

DidFinishCapture(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings, NSError)

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

DidFinishProcessingLivePhotoMovie(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, NSUrl, CMTime, CMTime, AVCaptureResolvedPhotoSettings, NSError)

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

DidFinishProcessingPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCapturePhoto, NSError)

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

DidFinishProcessingPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, CMSampleBuffer, CMSampleBuffer, AVCaptureResolvedPhotoSettings, AVCaptureBracketedStillImageSettings, NSError)

開發人員不應該使用此已被取代的方法。 開發人員應該改用接受 'AVCapturePhoto' 的 'DidFinishProcessingPhoto' 多載。

DidFinishProcessingRawPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, CMSampleBuffer, CMSampleBuffer, AVCaptureResolvedPhotoSettings, AVCaptureBracketedStillImageSettings, NSError)

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

DidFinishRecordingLivePhotoMovie(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, NSUrl, AVCaptureResolvedPhotoSettings)

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

WillBeginCapture(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

WillCapturePhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

介面的 IAVCapturePhotoCaptureDelegate 擴充方法,以支援來自 AVCapturePhotoCaptureDelegate 通訊協定的所有方法。

適用於