Audio.java :  » Game » beginning-android-games » com » badlogic » androidgames » framework » Android Open Source

Android Open Source » Game » beginning android games 
beginning android games » com » badlogic » androidgames » framework » Audio.java
package com.badlogic.androidgames.framework;

public interface Audio {
    public Music newMusic(String filename);

    public Sound newSound(String filename);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.