|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrasmus.util.riff.sf2.SoundFontChunk
rasmus.util.riff.sf2.SampleHeader
public class SampleHeader
| Field Summary | |
|---|---|
java.lang.String |
achSampleName
|
int |
byOriginalKey
|
int |
chPitchCorrection
|
long |
dwEnd
|
long |
dwEndloop
|
long |
dwSampleRate
|
long |
dwStart
|
long |
dwStartloop
|
int |
sfSampleType
|
int |
wSampleLink
|
| Constructor Summary | |
|---|---|
SampleHeader()
|
|
| 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 |
|---|
public java.lang.String achSampleName
public long dwStart
public long dwEnd
public long dwStartloop
public long dwEndloop
public long dwSampleRate
public int byOriginalKey
public int chPitchCorrection
public int wSampleLink
public int sfSampleType
| Constructor Detail |
|---|
public SampleHeader()
| Method Detail |
|---|
public void read(java.io.InputStream stream)
throws java.io.IOException
java.io.IOException
public byte[] getBytes()
throws java.io.IOException
getBytes in class SoundFontChunkjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||