com.sun.media.sound
Interface ModelDirectedPlayer

All Known Implementing Classes:
SoftChannel

public interface ModelDirectedPlayer

ModelDirectedPlayer is the one who is directed by ModelDirector to play ModelPerformer objects.

Author:
Karl Helgason

Method Summary
 void play(int performerIndex, ModelConnectionBlock[] connectionBlocks)
           
 

Method Detail

play

void play(int performerIndex,
          ModelConnectionBlock[] connectionBlocks)