javax.sound.midi
Class MidiFileFormat

java.lang.Object
  extended by javax.sound.midi.MidiFileFormat
Direct Known Subclasses:
TMidiFileFormat

public class MidiFileFormat
extends java.lang.Object


Field Summary
static int UNKNOWN_LENGTH
           
 
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)
           
 
Method Summary
 int getByteLength()
           
 float getDivisionType()
           
 long getMicrosecondLength()
           
 java.lang.Object getProperty(java.lang.String key)
           
 int getResolution()
           
 int getType()
           
 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
 

Field Detail

UNKNOWN_LENGTH

public static final int UNKNOWN_LENGTH
See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

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)