文書   >   AVFoundation   >   Audio Track Engineering   >   AVAudioEngine   >   AVAudioEngineConfigurationChange
型プロパティ
AVAudioEngineConfigurationChange
オーディオエンジン構成が変更したときに通知される通知。
宣言
static let AVAudioEngineConfigurationChange: NSNotification.Name
議論
オーディオエンジンのインスタンスにこの通知を登録するには、以下のようにします。
[[NSNotificationCenter defaultCenter] addObserver: myObject selector:@selector(handleInterruption:) name:AVAudioEngineConfigurationChangeNotification object:audioEngine];
オーディオエンジンの I/O ユニットがオーディオ入出力ハードウェアのチャネルカウントまたはサンプルレートへの変化を関知すると、オーディオエンジンは停止し、自身を非初期化し、この通知を発行します。