public MidiFileFormat (int type, float divisionType, int resolution, int bytes, long microseconds)

Constructs a MidiFileFormat.

Parameters:
type    the MIDI file type (0, 1, or 2)
divisionType    the timing division type (PPQ or one of the SMPTE types)
resolution    the timing resolution
bytes    the length of the MIDI file in bytes, or UNKNOWN_LENGTH if not known
microseconds    the duration of the file in microseconds, or UNKNOWN_LENGTH if not known

See also:
UNKNOWN_LENGTH, Sequence.PPQ, Sequence.SMPTE_24, Sequence.SMPTE_25, Sequence.SMPTE_30DROP, Sequence.SMPTE_30