Static AVCaptureDeviceWasConnectedNotification

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

Posted when a device becomes available on the system.

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

See also Apple’s documentation