|
|
javax > javax.sound > javax.sound.midi > javax.sound.midi.midifileformat >
Class: javax.sound.midi.MidiFileFormat java.lang.Object javax.sound.midi.MidiFileFormat
public class MidiFileFormat extends Object
FIELDS:
public static final int UNKNOWN_LENGTH : -1 protected int byteLength protected float divisionType protected long microsecondLength protected int resolution protected int type |
|
|
|
CONSTRUCTORS:
| | | public | MidiFileFormat(int type, float divisionType, int resolution, int bytes, long microseconds) |
| | public | MidiFileFormat(int type, float divisionType, int resolution, int bytes, long microseconds, Map properties) |
| |
|
|
|
METHODS:
| | | | public | int | getByteLength() |
| | public | float | getDivisionType() |
| | public | long | getMicrosecondLength() |
| | public | Object | getProperty(String key) |
| | public | int | getResolution() |
| | public | int | getType() |
| | public | Map | properties() |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|