共用方式為


AVCaptureSession.Notifications 類別

定義

類別所張貼的 AVCaptureSession 通知。

public static class AVCaptureSession.Notifications
type AVCaptureSession.Notifications = class
繼承
AVCaptureSession.Notifications

備註

這是靜態類別,其中包含各種協助程式方法,可讓開發人員觀察張貼在 iOS 通知中樞的事件 (NSNotificationCenter) 。

這個類別中定義的方法會在事件後叫用提供的 方法或 Lambda,其中包含 NSNotificationEventArgs 通知引數的強型別屬性。

方法

ObserveDidStartRunning(EventHandler<NSNotificationEventArgs>)

常數的 DidStartRunningNotification 強型別通知。

ObserveDidStartRunning(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidStartRunningNotification 強型別通知。

ObserveDidStopRunning(EventHandler<NSNotificationEventArgs>)

常數的 DidStopRunningNotification 強型別通知。

ObserveDidStopRunning(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidStopRunningNotification 強型別通知。

ObserveInterruptionEnded(EventHandler<NSNotificationEventArgs>)

常數的 InterruptionEndedNotification 強型別通知。

ObserveInterruptionEnded(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 InterruptionEndedNotification 強型別通知。

ObserveRuntimeError(EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

常數的 RuntimeErrorNotification 強型別通知。

ObserveRuntimeError(NSObject, EventHandler<AVCaptureSessionRuntimeErrorEventArgs>)

常數的 RuntimeErrorNotification 強型別通知。

ObserveWasInterrupted(EventHandler<NSNotificationEventArgs>)

常數的 WasInterruptedNotification 強型別通知。

ObserveWasInterrupted(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 WasInterruptedNotification 強型別通知。

適用於