Package vavi.sound.adpcm.ccitt

Examples of vavi.sound.adpcm.ccitt.G721OutputStream


    //-------------------------------------------------------------------------

    /** */
    protected OutputStream getOutputStream(OutputStream os) {
        return new G721OutputStream(os, ByteOrder.LITTLE_ENDIAN);
    }
View Full Code Here

TOP

Related Classes of vavi.sound.adpcm.ccitt.G721OutputStream

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.