com.jme3.audio.plugins
クラス WAVLoader

java.lang.Object
  上位を拡張 com.jme3.audio.plugins.WAVLoader
すべての実装されたインタフェース:
AssetLoader

public class WAVLoader
extends java.lang.Object
implements AssetLoader


コンストラクタの概要
WAVLoader()
           
 
メソッドの概要
 java.lang.Object load(AssetInfo info)
          Loads asset from the given input stream, parsing it into an application-usable object.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WAVLoader

public WAVLoader()
メソッドの詳細

load

public java.lang.Object load(AssetInfo info)
                      throws java.io.IOException
インタフェース AssetLoader の記述:
Loads asset from the given input stream, parsing it into an application-usable object.

定義:
インタフェース AssetLoader 内の load
戻り値:
An object representing the resource.
例外:
java.io.IOException - If an I/O error occurs while loading