public final class MusicSequenceFileTypeID
extends java.lang.Object
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
| Modifier and Type | Field and Description |
|---|---|
static int |
_AnyType |
static int |
_iMelodyType |
static int |
_MIDIType |
public static final int _AnyType
public static final int _MIDIType
public static final int _iMelodyType