Package davaguine.jmac.tools

Examples of davaguine.jmac.tools.Prepare


        //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();
View Full Code Here

TOP

Related Classes of davaguine.jmac.tools.Prepare

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.