Uses of Class
org.jouvieje.fmodex.wav.RiffChunk

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)
           
 



NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)