AVAudioEngine.MusicSequence Property

Definition

Gets or sets the music sequence that is attached to the audio engine.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AudioToolbox.MusicSequence? MusicSequence { [Foundation.Export("musicSequence")] get; [Foundation.Export("setMusicSequence:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("musicSequence")>]
[<set: Foundation.Export("setMusicSequence:")>]
member this.MusicSequence : AudioToolbox.MusicSequence with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to