pub unsafe static AVCaptureSessionDidStopRunningNotification: &'static NSNotificationNameAvailable on crate feature
AVCaptureSession only.Expand description
Posted when an instance of AVCaptureSession stops running.
Clients may observe the AVCaptureSessionDidStopRunningNotification to know when an instance of AVCaptureSession stops running. An AVCaptureSession instance may stop running automatically due to external system conditions, such as the device going to sleep, or being locked by a user.
See also Appleās documentation