pub unsafe static AVCaptureSessionRuntimeErrorNotification: &'static NSNotificationNameAvailable 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