Package net.jcores.jre.cores

Examples of net.jcores.jre.cores.CoreAudioInputStream


     *
     * @param object The AudioInputStreams to wrap..
     * @return A CoreAudioInputStream wrapping the set of objects.
     */
    public static CoreAudioInputStream $(AudioInputStream... object) {
        return new CoreAudioInputStream($, object);
    }
View Full Code Here

TOP

Related Classes of net.jcores.jre.cores.CoreAudioInputStream

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.