org.jouvieje.fmodex.wav
Class FmtChunk
java.lang.Object
org.jouvieje.fmodex.wav.FmtChunk
- public class FmtChunk
- extends java.lang.Object
Based on FMOD Ex examples
Copyright (c), Firelight Technologies Pty, Ltd, 1999-2004.
Constructor Summary |
FmtChunk(RiffChunk chunk,
short wFormatTag,
short nChannels,
int nSamplesPerSec,
int nAvgBytesPerSec,
short nBlockAlign,
short wBitsPerSample)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIZEOF_FMT_CHUNK
public static final int SIZEOF_FMT_CHUNK
- See Also:
- Constant Field Values
FmtChunk
public FmtChunk(RiffChunk chunk,
short wFormatTag,
short nChannels,
int nSamplesPerSec,
int nAvgBytesPerSec,
short nBlockAlign,
short wBitsPerSample)
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)