Compartir a través de


AVAudioSequencer.Load Método

Definición

Sobrecargas

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

Parámetros

data
NSData
outError
NSError

Devoluciones

Atributos

Se aplica a

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

Parámetros

fileUrl
NSUrl
outError
NSError

Devoluciones

Atributos

Se aplica a