MusicSequenceLoadFlags Enum
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.
An enumeration that specifies the loadFlags
values in the LoadData(NSData, MusicSequenceFileTypeID, MusicSequenceLoadFlags) and LoadFile(NSUrl, MusicSequenceFileTypeID, MusicSequenceLoadFlags) methods.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum MusicSequenceLoadFlags
type MusicSequenceLoadFlags =
- Inheritance
-
MusicSequenceLoadFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
PreserveTracks | 0 | Indicates that the input tracks will be preserved in the output. |
ChannelsToTracks | 1 | Indicates that the output will contain a tempo track, a track for each SMF MIDI channel, and a track for SysEx or MetaEvents. |