Package com.aqpproject.sound

Examples of com.aqpproject.sound.SoundController


        return m_physics;
    }

    public static SoundController getAudioController() throws ParserConfigurationException, SAXException, IOException {
        if (m_audioController == null) {
            m_audioController = new SoundController("config\\musics.xml", "config\\sounds.xml", "config\\playlists.xml");
        }
        return m_audioController;
    }
View Full Code Here

TOP

Related Classes of com.aqpproject.sound.SoundController

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.