Package apple.audiotoolbox.enums
Class MusicSequenceFileTypeID
- java.lang.Object
-
- apple.audiotoolbox.enums.MusicSequenceFileTypeID
-
public final class MusicSequenceFileTypeID extends java.lang.Object[@enum] MusicSequenceFileTypeID describes different types of files that can be parsed by a music sequence [@constant] kMusicSequenceFile_AnyType let the system read iMelody files and read and write MIDI files (and any future types) [@constant] kMusicSequenceFile_MIDIType read and write MIDI files [@constant] kMusicSequenceFile_iMelodyType read iMelody files
-
-
Field Summary
Fields Modifier and Type Field Description static int_AnyTypestatic int_iMelodyTypestatic int_MIDIType
-
-
-
Field Detail
-
_AnyType
public static final int _AnyType
- See Also:
- Constant Field Values
-
_MIDIType
public static final int _MIDIType
- See Also:
- Constant Field Values
-
_iMelodyType
public static final int _iMelodyType
- See Also:
- Constant Field Values
-
-