次の方法で共有


AVCaptureSession.Notifications クラス

定義

クラスによって AVCaptureSession 投稿された通知。

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

注釈

これは、開発者が iOS 通知ハブ (NSNotificationCenter) に投稿されたイベントを観察できるようにするさまざまなヘルパー メソッドを含む静的クラスです。

このクラスで定義されているメソッドは、通知引数の厳密に型指定されたプロパティを含むパラメーターを 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

適用対象