Static AVCaptureDeviceWasDisconnectedNotification

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

Posted when a device becomes unavailable on the system.

The notification object is an AVCaptureDevice instance representing the device that became unavailable.

See also Apple’s documentation