AUAudioUnitBus.SetFormat(AVAudioFormat, NSError) 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.
Sets configuration details about the supported channels and formats of audio data on this bus.
[Foundation.Export("setFormat:error:")]
public virtual bool SetFormat (AVFoundation.AVAudioFormat format, out Foundation.NSError outError);
abstract member SetFormat : AVFoundation.AVAudioFormat * -> bool
override this.SetFormat : AVFoundation.AVAudioFormat * -> bool
Parameters
- format
- AVAudioFormat
A description of the audio format for the bus.
Returns
- Attributes