public class Prepare extends Object
| Constructor and Description |
|---|
Prepare() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare(ByteArrayReader pRawData,
int nBytes,
WaveFormat pWaveFormatEx,
int[] pOutputX,
int[] pOutputY,
Crc32 pCRC,
IntegerPointer pSpecialCodes,
IntegerPointer pPeakLevel) |
void |
unprepare(int X,
int Y,
WaveFormat waveFormat,
ByteBuffer output,
Crc32 crc) |
void |
unprepareOld(int[] pInputX,
int[] pInputY,
int nBlocks,
WaveFormat pWaveFormatEx,
ByteBuffer output,
Crc32 crc,
int nFileVersion) |
public void prepare(ByteArrayReader pRawData, int nBytes, WaveFormat pWaveFormatEx, int[] pOutputX, int[] pOutputY, Crc32 pCRC, IntegerPointer pSpecialCodes, IntegerPointer pPeakLevel)
public void unprepare(int X,
int Y,
WaveFormat waveFormat,
ByteBuffer output,
Crc32 crc)
public void unprepareOld(int[] pInputX,
int[] pInputY,
int nBlocks,
WaveFormat pWaveFormatEx,
ByteBuffer output,
Crc32 crc,
int nFileVersion)
Copyright © 2014. All rights reserved.