AVAudioUnitSampler.LoadInstrument(NSUrl, NSError) Method

Definition

Configures the AVAudioUnitSampler by loading the specified instrument.

[Foundation.Export("loadInstrumentAtURL:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool LoadInstrument(Foundation.NSUrl instrumentUrl, out Foundation.NSError outError);
[<Foundation.Export("loadInstrumentAtURL:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LoadInstrument : Foundation.NSUrl * NSError -> bool
override this.LoadInstrument : Foundation.NSUrl * NSError -> bool

Parameters

instrumentUrl
NSUrl
outError
NSError

Returns

Attributes

Applies to