public class UnMAC extends Object
| Modifier and Type | Field and Description |
|---|---|
Crc32 |
CRC |
int |
m_nBlocksProcessed |
long |
m_nStoredCRC |
WaveFormat |
m_wfeInput |
| Constructor and Description |
|---|
UnMAC() |
| Modifier and Type | Method and Description |
|---|---|
int |
DecompressFrame(ByteBuffer pOutputData,
int FrameIndex) |
void |
Initialize(IAPEDecompress pAPEDecompress) |
void |
SeekToFrame(int FrameIndex) |
void |
Uninitialize() |
public int m_nBlocksProcessed
public Crc32 CRC
public long m_nStoredCRC
public WaveFormat m_wfeInput
public void Initialize(IAPEDecompress pAPEDecompress)
public void Uninitialize()
public int DecompressFrame(ByteBuffer pOutputData, int FrameIndex) throws IOException
IOExceptionpublic void SeekToFrame(int FrameIndex)
throws IOException
IOExceptionCopyright © 2014. All rights reserved.