AVCaptureSession.Notifications Clase

Definición

Notificación publicada por la AVCaptureSession clase .

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

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveDidStartRunning(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidStartRunningNotification constante.

ObserveDidStartRunning(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidStartRunningNotification constante.

ObserveDidStopRunning(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidStopRunningNotification constante.

ObserveDidStopRunning(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidStopRunningNotification constante.

ObserveInterruptionEnded(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la InterruptionEndedNotification constante.

ObserveInterruptionEnded(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la InterruptionEndedNotification constante.

ObserveRuntimeError(EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

Notificación fuertemente tipada para la RuntimeErrorNotification constante.

ObserveRuntimeError(NSObject, EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

Notificación fuertemente tipada para la RuntimeErrorNotification constante.

ObserveWasInterrupted(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WasInterruptedNotification constante.

ObserveWasInterrupted(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WasInterruptedNotification constante.

Se aplica a