AVSampleBufferAudioRendererOutputConfigurationDidChangeNotification

Static AVSampleBufferAudioRendererOutputConfigurationDidChangeNotification 

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

A notification that indicates the hardware configuration does not match the enqueued data format.

The output configuration of the playback hardware might change during the playback session if other clients play content with different format. In such cases, if the media content format does not match the hardware configuration it would produce suboptimal rendering of the enqueued media data. When the framework detects such mismatch it will issue this notification, so the client can flush the renderer and re-enqueue the sample buffers from the current media playhead, which will configure the hardware based on the format of newly enqueued sample buffers.

See also Apple’s documentation