org.jouvieje.fmodex.wav
Class FmtChunk

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

public class FmtChunk
extends java.lang.Object

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


Field Summary
static int SIZEOF_FMT_CHUNK
           
 
Constructor Summary
FmtChunk(RiffChunk chunk, short wFormatTag, short nChannels, int nSamplesPerSec, int nAvgBytesPerSec, short nBlockAlign, short wBitsPerSample)
           
 
Method Summary
 RiffChunk getChunk()
           
 int getNAvgBytesPerSec()
           
 short getNBlockAlign()
           
 short getNChannels()
           
 int getNSamplesPerSec()
           
 short getWBitsPerSample()
           
 short getWFormatTag()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZEOF_FMT_CHUNK

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

FmtChunk

public FmtChunk(RiffChunk chunk,
                short wFormatTag,
                short nChannels,
                int nSamplesPerSec,
                int nAvgBytesPerSec,
                short nBlockAlign,
                short wBitsPerSample)
Method Detail

getChunk

public RiffChunk getChunk()

getNAvgBytesPerSec

public int getNAvgBytesPerSec()

getNBlockAlign

public short getNBlockAlign()

getNChannels

public short getNChannels()

getNSamplesPerSec

public int getNSamplesPerSec()

getWBitsPerSample

public short getWBitsPerSample()

getWFormatTag

public short getWFormatTag()


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)