|
||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||
java.lang.Objectfuku.eb4j.SoundData
public final class SoundData
音声データクラス。
| メソッドの概要 | |
|---|---|
byte[] |
getMidiSound(long pos1,
long pos2)
指定位置のMIDI音声データを返します。 |
byte[] |
getWaveSound(long pos1,
long pos2)
指定位置のWAVE音声データを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public byte[] getWaveSound(long pos1,
long pos2)
throws EBException
pos1 - データ開始位置pos2 - データ終了位置
EBException - ファイル読み込み中にエラーが発生した場合
public byte[] getMidiSound(long pos1,
long pos2)
throws EBException
pos1 - データ開始位置pos2 - データ終了位置
EBException - ファイル読み込み中にエラーが発生した場合
|
||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||