Freigeben über


IAVCapturePhotoCaptureDelegate Schnittstelle

Definition

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

[Foundation.Protocol(Name="AVCapturePhotoCaptureDelegate", WrapperType=typeof(AVFoundation.AVCapturePhotoCaptureDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVCapturePhotoCaptureDelegate : IDisposable, ObjCRuntime.INativeObject
type IAVCapturePhotoCaptureDelegate = interface
    interface INativeObject
    interface IDisposable
Abgeleitet
Attribute
Implementiert

Hinweise

Diese Schnittstelle enthält die erforderlichen Methoden (falls vorhanden) aus dem durch definierten AVCapturePhotoCaptureDelegateProtokoll.

Wenn Entwickler Klassen erstellen, die diese Schnittstelle implementieren, werden die Implementierungsmethoden automatisch mit der übereinstimmenden Signatur der im AVCapturePhotoCaptureDelegate Protokoll definierten Methode nach Objective-C exportiert.

Optionale Methoden (falls vorhanden) werden von der AVCapturePhotoCaptureDelegate_Extensions -Klasse als Erweiterungsmethoden für die Schnittstelle bereitgestellt, sodass Entwickler alle optionalen Methoden für das Protokoll aufrufen können.

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Erweiterungsmethoden

DidCapturePhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

DidFinishCapture(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings, NSError)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

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

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

DidFinishProcessingPhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCapturePhoto, NSError)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

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

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten die "DidFinishProcessingPhoto"-Überladung verwenden, um stattdessen "AVCapturePhoto" zu akzeptieren.

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

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

DidFinishRecordingLivePhotoMovie(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, NSUrl, AVCaptureResolvedPhotoSettings)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

WillBeginCapture(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

WillCapturePhoto(IAVCapturePhotoCaptureDelegate, AVCapturePhotoOutput, AVCaptureResolvedPhotoSettings)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVCapturePhotoCaptureDelegatedarstellt.

Gilt für: