AVAudioEngine.MusicSequence Property
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.
Gets or sets the music sequence that is attached to the audio engine.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AudioToolbox.MusicSequence MusicSequence { [Foundation.Export("musicSequence")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setMusicSequence:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.MusicSequence : AudioToolbox.MusicSequence with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes