Contents

runtimeErrorNotification

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

Declaration

class let runtimeErrorNotification: NSNotification.Name

Discussion

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

Topics

User info keys

See Also

Observing session state