rasmus.util.riff.sf2
Class PresetHeader

java.lang.Object
  extended by rasmus.util.riff.sf2.SoundFontChunk
      extended by rasmus.util.riff.sf2.PresetHeader

public class PresetHeader
extends SoundFontChunk


Field Summary
 java.lang.String achPresetName
           
 long dwGenre
           
 long dwLibrary
           
 long dwMorphology
           
 int wBank
           
 int wPreset
           
 int wPresetBagNdx
           
 
Constructor Summary
PresetHeader()
           
 
Method Summary
 byte[] getBytes()
           
 void read(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

achPresetName

public java.lang.String achPresetName

wPreset

public int wPreset

wBank

public int wBank

wPresetBagNdx

public int wPresetBagNdx

dwLibrary

public long dwLibrary

dwGenre

public long dwGenre

dwMorphology

public long dwMorphology
Constructor Detail

PresetHeader

public PresetHeader()
Method Detail

read

public void read(java.io.InputStream stream)
          throws java.io.IOException
Throws:
java.io.IOException

getBytes

public byte[] getBytes()
                throws java.io.IOException
Specified by:
getBytes in class SoundFontChunk
Throws:
java.io.IOException