Type Property 型プロパティ

AVAudioEngineConfigurationChange

A notification the framework posts when the audio engine configuration changes.

Declaration 宣言

static let AVAudioEngineConfigurationChange: NSNotification.Name

Discussion 議論

When the audio engine’s I/O unit observes a change to the audio input or output hardware’s channel count or sample rate, the audio engine stops, uninitializes itself, and issues this notification. オーディオエンジンのもつ I/O ユニットが、オーディオ入力または出力ハードウェアのもつチャンネル数またはサンプルレートへの変化を監視する場合、オーディオエンジンを停止して、それ自身をアンイニシャライズして、そしてこの通知を発行してください。 The nodes remain in an attached and connected state with the previously set formats. The app must reestablish connections if the connection formats need to change. アプリは接続を再確立しなければなりません、もし接続フォーマットが変更を必要とするならば。

See Also 参照

AVFAudio