AVAudioSequencer.Load Method

Definition

Overloads

Load(NSData, AVMusicSequenceLoadOptions, NSError)
Load(NSUrl, AVMusicSequenceLoadOptions, NSError)

Load(NSData, AVMusicSequenceLoadOptions, NSError)

[Foundation.Export("loadFromData:options:error:")]
public virtual bool Load (Foundation.NSData data, AVFoundation.AVMusicSequenceLoadOptions options, out Foundation.NSError outError);
abstract member Load : Foundation.NSData * AVFoundation.AVMusicSequenceLoadOptions *  -> bool
override this.Load : Foundation.NSData * AVFoundation.AVMusicSequenceLoadOptions *  -> bool

Parameters

data
NSData
outError
NSError

Returns

Attributes

Applies to

Load(NSUrl, AVMusicSequenceLoadOptions, NSError)

[Foundation.Export("loadFromURL:options:error:")]
public virtual bool Load (Foundation.NSUrl fileUrl, AVFoundation.AVMusicSequenceLoadOptions options, out Foundation.NSError outError);
abstract member Load : Foundation.NSUrl * AVFoundation.AVMusicSequenceLoadOptions *  -> bool
override this.Load : Foundation.NSUrl * AVFoundation.AVMusicSequenceLoadOptions *  -> bool

Parameters

fileUrl
NSUrl
outError
NSError

Returns

Attributes

Applies to