org.jouvieje.fmodex.wav
Class Wav
java.lang.Object
org.jouvieje.fmodex.wav.Wav
- public class Wav
- extends java.lang.Object
Based on FMOD Ex examples
Copyright (c), Firelight Technologies Pty, Ltd, 1999-2004.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wav
public Wav(WavHeader wavHeader,
FmtChunk fmtChunk,
DataChunk dataChunk)
getWavHeader
public WavHeader getWavHeader()
getFmtChunk
public FmtChunk getFmtChunk()
getDataChunk
public DataChunk getDataChunk()
write
public void write(java.io.RandomAccessFile raf)
throws java.io.IOException
- Throws:
java.io.IOException
put
public void put(java.nio.ByteBuffer buffer)
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)