AVAudioUnitSampler.LoadInstrument(NSUrl, 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.
Configures the AVAudioUnitSampler by loading the specified instrument.
[Foundation.Export("loadInstrumentAtURL:error:")]
public virtual bool LoadInstrument (Foundation.NSUrl instrumentUrl, out Foundation.NSError outError);
abstract member LoadInstrument : Foundation.NSUrl * -> bool
override this.LoadInstrument : Foundation.NSUrl * -> bool
Parameters
- instrumentUrl
- NSUrl
- outError
- NSError
Returns
- Attributes