AVAudioUnitSampler.LoadAudioFiles(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 audioFiles
.
[Foundation.Export("loadAudioFilesAtURLs:error:")]
public virtual bool LoadAudioFiles (Foundation.NSUrl[] audioFiles, out Foundation.NSError outError);
abstract member LoadAudioFiles : Foundation.NSUrl[] * -> bool
override this.LoadAudioFiles : Foundation.NSUrl[] * -> bool
Parameters
- audioFiles
- NSUrl[]
- outError
- NSError
Returns
- Attributes