다음을 통해 공유


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 .

적용 대상