kAudioComponentRegistrationsChangedNotification

Static kAudioComponentRegistrationsChangedNotification 

Source
pub unsafe static kAudioComponentRegistrationsChangedNotification: &'static CFString
Available on crate features AUComponent and objc2-core-foundation only.
Expand description

Notification generated when the set of available AudioComponents changes.

Register for this notification name with [NSNotificationCenter defaultCenter] or CFNotificationCenterGetLocalCenter(), using an object of NULL.

See also Apple’s documentation