Package com.jme3.audio.plugins
Class AndroidAudioLoader
java.lang.Object
com.jme3.audio.plugins.AndroidAudioLoader
- All Implemented Interfaces:
 AssetLoader
AndroidAudioLoader will create an 
 AndroidAudioData object with the specified asset key.- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
AndroidAudioLoader
public AndroidAudioLoader() 
 - 
 - 
Method Details
- 
load
Description copied from interface:AssetLoaderLoads asset from the given input stream, parsing it into an application-usable object.- Specified by:
 loadin interfaceAssetLoader- Parameters:
 assetInfo- the located asset- Returns:
 - An object representing the resource.
 - Throws:
 IOException- If an I/O error occurs while loading
 
 -