Type Property 型プロパティ

AVCaptureSessionRuntimeError

A notification the system posts when an error occurs during a capture session.

Declaration 宣言

static let AVCaptureSessionRuntimeError: NSNotification.Name

Discussion 議論

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

See Also 参照

AVFoundation