MusicSequenceFileFlags Enum

Definition

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.

Applies to