com.cwbp.mdpw
インタフェース Player

既知の実装クラスの一覧:
AudioBytePlayer, AudioClipPlayer, MIDIFilePlayer, MIDIPlayer, MIDISequencerPlayer, StdoutPlayer

public interface Player


メソッドの概要
 int end()
          Block thread until end of play.
 void init(java.lang.String s)
           
 void play(Data r)
           
 void setTempo(int t)
           
 

メソッドの詳細

init

void init(java.lang.String s)

setTempo

void setTempo(int t)

end

int end()
Block thread until end of play.


play

void play(Data r)