Class NativeVorbisLoader

java.lang.Object
com.jme3.audio.plugins.NativeVorbisLoader
All Implemented Interfaces:
AssetLoader

public class NativeVorbisLoader extends Object implements AssetLoader
  • Constructor Details

    • NativeVorbisLoader

      public NativeVorbisLoader()
  • Method Details

    • load

      public Object load(AssetInfo assetInfo) throws 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
      Parameters:
      assetInfo - the located asset
      Returns:
      An object representing the resource.
      Throws:
      IOException - If an I/O error occurs while loading