|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RiffChunk | |
| org.jouvieje.fmodex.wav | |
| Uses of RiffChunk in org.jouvieje.fmodex.wav |
| Methods in org.jouvieje.fmodex.wav that return RiffChunk | |
RiffChunk |
FmtChunk.getChunk()
|
RiffChunk |
WavHeader.getChunk()
|
RiffChunk |
DataChunk.getChunk()
|
| Methods in org.jouvieje.fmodex.wav with parameters of type RiffChunk | |
void |
DataChunk.setChunk(RiffChunk chunk)
|
| Constructors in org.jouvieje.fmodex.wav with parameters of type RiffChunk | |
FmtChunk(RiffChunk chunk,
short wFormatTag,
short nChannels,
int nSamplesPerSec,
int nAvgBytesPerSec,
short nBlockAlign,
short wBitsPerSample)
|
|
WavHeader(RiffChunk chunk,
byte[] rifftype)
|
|
DataChunk(RiffChunk chunk)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||