Freigeben über


AVCaptureSession.Notifications Klasse

Definition

Benachrichtigung, die von der AVCaptureSession -Klasse veröffentlicht wird.

public static class AVCaptureSession.Notifications
type AVCaptureSession.Notifications = class
Vererbung
AVCaptureSession.Notifications

Hinweise

Dies ist eine statische Klasse, die verschiedene Hilfsmethoden enthält, mit denen Entwickler Ereignisse beobachten können, die im iOS-Benachrichtigungshub (NSNotificationCenter) veröffentlicht wurden.

Die in dieser Klasse definierten Methoden rufen die bereitgestellte Methode oder lambda mit einem Parameter auf NSNotificationEventArgs , der stark typisierte Eigenschaften für die Benachrichtigungsargumente enthält.

Methoden

ObserveDidStartRunning(EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die DidStartRunningNotification Konstante.

ObserveDidStartRunning(NSObject, EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die DidStartRunningNotification Konstante.

ObserveDidStopRunning(EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die DidStopRunningNotification Konstante.

ObserveDidStopRunning(NSObject, EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die DidStopRunningNotification Konstante.

ObserveInterruptionEnded(EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die InterruptionEndedNotification Konstante.

ObserveInterruptionEnded(NSObject, EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die InterruptionEndedNotification Konstante.

ObserveRuntimeError(EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

Stark typisierte Benachrichtigung für die RuntimeErrorNotification Konstante.

ObserveRuntimeError(NSObject, EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

Stark typisierte Benachrichtigung für die RuntimeErrorNotification Konstante.

ObserveWasInterrupted(EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die WasInterruptedNotification Konstante.

ObserveWasInterrupted(NSObject, EventHandler<NSNotificationEventArgs>)

Stark typisierte Benachrichtigung für die WasInterruptedNotification Konstante.

Gilt für: