org.jouvieje.fmodex.wav
Class WavHeader

java.lang.Object
  extended byorg.jouvieje.fmodex.wav.WavHeader

public class WavHeader
extends java.lang.Object

Based on FMOD Ex examples Copyright (c), Firelight Technologies Pty, Ltd, 1999-2004.


Field Summary
static int SIZEOF_WAV_HEADER
           
 
Constructor Summary
WavHeader(RiffChunk chunk, byte[] rifftype)
           
 
Method Summary
 RiffChunk getChunk()
           
 byte[] getRifftype()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZEOF_WAV_HEADER

public static final int SIZEOF_WAV_HEADER
See Also:
Constant Field Values
Constructor Detail

WavHeader

public WavHeader(RiffChunk chunk,
                 byte[] rifftype)
Method Detail

getChunk

public RiffChunk getChunk()

getRifftype

public byte[] getRifftype()


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)