Compartilhar via


AVCaptureSession.Notifications Classe

Definição

Notificação postada pela AVCaptureSession classe .

public static class AVCaptureSession.Notifications
type AVCaptureSession.Notifications = class
Herança
AVCaptureSession.Notifications

Comentários

Essa é uma classe estática que contém vários métodos auxiliares que permitem aos desenvolvedores observar eventos postados no hub de notificação do iOS (NSNotificationCenter).

Os métodos definidos nesta classe postam eventos invocam o método fornecido ou lambda com um NSNotificationEventArgs parâmetro que contém propriedades fortemente tipados para os argumentos de notificação.

Métodos

ObserveDidStartRunning(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidStartRunningNotification constante.

ObserveDidStartRunning(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidStartRunningNotification constante.

ObserveDidStopRunning(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidStopRunningNotification constante.

ObserveDidStopRunning(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidStopRunningNotification constante.

ObserveInterruptionEnded(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a InterruptionEndedNotification constante.

ObserveInterruptionEnded(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a InterruptionEndedNotification constante.

ObserveRuntimeError(EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

Notificação fortemente tipada para a RuntimeErrorNotification constante.

ObserveRuntimeError(NSObject, EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

Notificação fortemente tipada para a RuntimeErrorNotification constante.

ObserveWasInterrupted(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a WasInterruptedNotification constante.

ObserveWasInterrupted(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a WasInterruptedNotification constante.

Aplica-se a