javax.sound.midi
Class MidiFileFormat
java.lang.Object
javax.sound.midi.MidiFileFormat
- Direct Known Subclasses:
- TMidiFileFormat
public class MidiFileFormat
- extends java.lang.Object
Constructor Summary |
MidiFileFormat(int nType,
float fDivisionType,
int nResolution,
int nByteLength,
long lMicrosecondLength)
|
MidiFileFormat(int nType,
float fDivisionType,
int nResolution,
int nByteLength,
long lMicrosecondLength,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN_LENGTH
public static final int UNKNOWN_LENGTH
- See Also:
- Constant Field Values
MidiFileFormat
public MidiFileFormat(int nType,
float fDivisionType,
int nResolution,
int nByteLength,
long lMicrosecondLength)
MidiFileFormat
public MidiFileFormat(int nType,
float fDivisionType,
int nResolution,
int nByteLength,
long lMicrosecondLength,
java.util.Map<java.lang.String,java.lang.Object> properties)
getType
public int getType()
getDivisionType
public float getDivisionType()
getResolution
public int getResolution()
getByteLength
public int getByteLength()
getMicrosecondLength
public long getMicrosecondLength()
properties
public java.util.Map<java.lang.String,java.lang.Object> properties()
getProperty
public java.lang.Object getProperty(java.lang.String key)