//set the last decode frame to -1 so it forces a seek on start
m_LastDecodedFrameIndex = -1;
m_pAPEDecompressCore = new APEDecompressCore(pAPEDecompress);
m_pPrepare = new Prepare();
//set the initialized flag to TRUE
m_bInitialized = true;
m_wfeInput = m_pAPEDecompress.getApeInfoWaveFormatEx();