MusicSequenceFileFlags 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.
Can be used to specify that an existing file should be erased when creating a new file. Used with the CreateFile(NSUrl, MusicSequenceFileTypeID, MusicSequenceFileFlags, UInt16) method.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum MusicSequenceFileFlags
type MusicSequenceFileFlags =
- Inheritance
-
MusicSequenceFileFlags
- Attributes
Fields
Default | 0 | Indicates that the existing file should not be erased. |
EraseFile | 1 | Indicates that the existing file should be erased. |