Static AVCaptureSessionRuntimeErrorNotification

Source
pub unsafe static AVCaptureSessionRuntimeErrorNotification: &'static NSNotificationName
Available on crate feature AVCaptureSession only.
Expand description

Posted when an unexpected error occurs while an AVCaptureSession instance is running.

The notification object is the AVCaptureSession instance that encountered a runtime error. The userInfo dictionary contains an NSError for the key AVCaptureSessionErrorKey.

See also Apple’s documentation