org.jouvieje.fmodex.wav
Class RiffChunk

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

public class RiffChunk
extends java.lang.Object

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


Field Summary
static int SIZEOF_RIFF_CHUNK
           
 
Constructor Summary
RiffChunk(byte[] id, int size)
           
 
Method Summary
 byte[] getId()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZEOF_RIFF_CHUNK

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

RiffChunk

public RiffChunk(byte[] id,
                 int size)
Method Detail

getId

public byte[] getId()

getSize

public int getSize()


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)