Type Property 型プロパティ

AVCaptureSessionWasInterrupted

A notification the system posts when it interrupts a capture session.

Declaration 宣言

static let AVCaptureSessionWasInterrupted: NSNotification.Name

Discussion 議論

Retrieve the underlying error from the notification’s user information dictionary using the key AVCaptureSessionInterruptionReasonKey.

See Also 参照

AVFoundation