Type Property 型プロパティ

AVSampleBufferAudioRendererOutputConfigurationDidChange

A notification the system posts to indicate that the hardware configuration doesn’t match the enqueued data format.

Declaration 宣言

static let AVSampleBufferAudioRendererOutputConfigurationDidChange: NSNotification.Name

Discussion 議論

The output configuration of the playback hardware might change during the playback session if other apps play content in different formats. In these cases, the media content format doesn’t match the hardware configuration which would produce suboptimal rendering of the enqueued media data. When the framework detects such mismatch it posts this notification, so an app can flush the renderer and re-enqueue the sample buffers from the current media playhead, which configures the hardware based on the format of newly enqueued sample buffers.

See Also 参照

AVFoundation