| java.lang.Object javax.sound.midi.MidiFileFormat
MidiFileFormat | public class MidiFileFormat (Code) | | |
Constructor Summary | |
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<String, Object> properties) |
UNKNOWN_LENGTH | final public static int UNKNOWN_LENGTH(Code) | | |
byteLength | protected int byteLength(Code) | | |
divisionType | protected float divisionType(Code) | | |
microsecondLength | protected long microsecondLength(Code) | | |
resolution | protected int resolution(Code) | | |
MidiFileFormat | public MidiFileFormat(int type, float divisionType, int resolution, int bytes, long microseconds)(Code) | | |
MidiFileFormat | public MidiFileFormat(int type, float divisionType, int resolution, int bytes, long microseconds, Map<String, Object> properties)(Code) | | |
getByteLength | public int getByteLength()(Code) | | |
getDivisionType | public float getDivisionType()(Code) | | |
getMicrosecondLength | public long getMicrosecondLength()(Code) | | |
getResolution | public int getResolution()(Code) | | |
getType | public int getType()(Code) | | |
|
|