soundPlayback
Interface PlaybackSystem

All Known Implementing Classes:
ASIOPlaybackSystem, FilePlayback, SoundCardPlayback

public interface PlaybackSystem

Interface for soundplayback systems.

Author:
Doug Gillespie

Method Summary
 PlaybackDialogComponent getDialogComponent()
           
 int getMaxChannels()
           
 java.lang.String getName()
           
 boolean playData(RawDataUnit[] data)
           
 boolean prepareSystem(PlaybackControl playbackControl, int nChannels, float sampleRate)
           
 boolean unPrepareSystem()
           
 

Method Detail

prepareSystem

boolean prepareSystem(PlaybackControl playbackControl,
                      int nChannels,
                      float sampleRate)

unPrepareSystem

boolean unPrepareSystem()

getMaxChannels

int getMaxChannels()

playData

boolean playData(RawDataUnit[] data)

getDialogComponent

PlaybackDialogComponent getDialogComponent()

getName

java.lang.String getName()