AVAudioSequencer.Load 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.
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
- options
- AVMusicSequenceLoadOptions
- 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
- options
- AVMusicSequenceLoadOptions
- outError
- NSError
Returns
- Attributes