CAPEDecompress
CAPEDecompress::CAPEDecompress(int * pErrorCode, CAPEInfo * pAPEInfo, int nStartBlock, int nFinishBlock)
int CAPEDecompress::Seek(int nBlockOffset)
int CAPEDecompress::FillFrameBuffer()
void CAPEDecompress::DecodeBlocksToFrameBuffer(int nBlocks)
void CAPEDecompress::StartFrame()
void CAPEDecompress::EndFrame()
int CAPEDecompress::SeekToFrame(int nFrameIndex)
int CAPEDecompress::GetInfo(APE_DECOMPRESS_FIELDS Field, int nParam1, int nParam2)
CAPEDecompress::~CAPEDecompress()
int CAPEDecompress::InitializeDecompressor()
int CAPEDecompress::GetData(char * pBuffer, int nBlocks, int * pBlocksRetrieved)
class CAPEDecompress : public IAPEDecompress
CAPEDecompress(int * pErrorCode, CAPEInfo * pAPEInfo, int nStartBlock = -1, int nFinishBlock = -1);
~CAPEDecompress();
pAPEDecompress = new CAPEDecompress(pErrorCode, pAPEInfo, nStartBlock, nFinishBlock);