com.jme3.audio.plugins
Class AndroidAudioLoader

java.lang.Object
  extended by com.jme3.audio.plugins.AndroidAudioLoader
All Implemented Interfaces:
AssetLoader

public class AndroidAudioLoader
extends java.lang.Object
implements AssetLoader

AndroidAudioLoader will create an AndroidAudioData object with the specified asset key.


Constructor Summary
AndroidAudioLoader()
           
 
Method Summary
 java.lang.Object load(AssetInfo assetInfo)
          Loads asset from the given input stream, parsing it into an application-usable object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidAudioLoader

public AndroidAudioLoader()
Method Detail

load

public java.lang.Object load(AssetInfo assetInfo)
                      throws java.io.IOException
Description copied from interface: AssetLoader
Loads asset from the given input stream, parsing it into an application-usable object.

Specified by:
load in interface AssetLoader
Returns:
An object representing the resource.
Throws:
java.io.IOException - If an I/O error occurs while loading