AUAudioUnit.ShouldChangeToFormat(AVAudioFormat, AUAudioUnitBus) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when the developer sets the bus format.
[Foundation.Export("shouldChangeToFormat:forBus:")]
public virtual bool ShouldChangeToFormat (AVFoundation.AVAudioFormat format, AudioUnit.AUAudioUnitBus bus);
abstract member ShouldChangeToFormat : AVFoundation.AVAudioFormat * AudioUnit.AUAudioUnitBus -> bool
override this.ShouldChangeToFormat : AVFoundation.AVAudioFormat * AudioUnit.AUAudioUnitBus -> bool
Parameters
- format
- AVAudioFormat
- bus
- AUAudioUnitBus
Returns
- Attributes