soundPlayback
Interface PlaybackSystem
- All Known Implementing Classes:
- ASIOPlaybackSystem, FilePlayback, SoundCardPlayback
public interface PlaybackSystem
Interface for soundplayback systems.
- Author:
- Doug Gillespie
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()