AVCaptureSession.Notifications Classe

Définition

Notification publiée par la AVCaptureSession classe.

public static class AVCaptureSession.Notifications
type AVCaptureSession.Notifications = class
Héritage
AVCaptureSession.Notifications

Remarques

Il s’agit d’une classe statique qui contient différentes méthodes d’assistance qui permettent aux développeurs d’observer les événements publiés dans le hub de notification iOS (NSNotificationCenter).

Les méthodes définies dans cette classe post-événements appellent la méthode ou lambda fournie avec un NSNotificationEventArgs paramètre qui contient des propriétés fortement typées pour les arguments de notification.

Méthodes

ObserveDidStartRunning(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidStartRunningNotification constante.

ObserveDidStartRunning(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidStartRunningNotification constante.

ObserveDidStopRunning(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidStopRunningNotification constante.

ObserveDidStopRunning(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidStopRunningNotification constante.

ObserveInterruptionEnded(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la InterruptionEndedNotification constante.

ObserveInterruptionEnded(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la InterruptionEndedNotification constante.

ObserveRuntimeError(EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

Notification fortement typée pour la RuntimeErrorNotification constante.

ObserveRuntimeError(NSObject, EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

Notification fortement typée pour la RuntimeErrorNotification constante.

ObserveWasInterrupted(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la WasInterruptedNotification constante.

ObserveWasInterrupted(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la WasInterruptedNotification constante.

S’applique à