soundPlayback
Class ASIOPlaybackDialogComponent
java.lang.Object
soundPlayback.PlaybackDialogComponent
soundPlayback.ASIOPlaybackDialogComponent
public class ASIOPlaybackDialogComponent
- extends PlaybackDialogComponent
This currently doens't seem to need to do anything.
Output will be through the same ASIO device as input is
coming from. I'm automatically restricting to two channels
the dialog will only be needed in the future if it's altered
to output over > 2 channels.
- Author:
- Doug Gillespie
- See Also:
ASIOPlaybackSystem,
ASIOSoundSystem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
asioSoundSystem
ASIOSoundSystem asioSoundSystem
asioPlaybackSystem
ASIOPlaybackSystem asioPlaybackSystem
ASIOPlaybackDialogComponent
public ASIOPlaybackDialogComponent(ASIOSoundSystem asioSoundSystem,
ASIOPlaybackSystem asioPlaybackSystem)
getComponent
java.awt.Component getComponent()
- Description copied from class:
PlaybackDialogComponent
- Get the graphics component to be included in the playback dialog
- Specified by:
getComponent in class PlaybackDialogComponent
- Returns:
getParams
PlaybackParameters getParams(PlaybackParameters playbackParameters)
- Description copied from class:
PlaybackDialogComponent
- Get teh parameters from the dialog component
- Specified by:
getParams in class PlaybackDialogComponent
- Returns:
- PlaybackParameters or null.
- See Also:
PlaybackParameters
setParams
void setParams(PlaybackParameters playbackParameters)
- Description copied from class:
PlaybackDialogComponent
- Set the parameters in the dialog component
- Specified by:
setParams in class PlaybackDialogComponent