soundPlayback
Class ASIOPlaybackDialogComponent

java.lang.Object
  extended by soundPlayback.PlaybackDialogComponent
      extended by 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

Field Summary
(package private)  ASIOPlaybackSystem asioPlaybackSystem
           
(package private)  ASIOSoundSystem asioSoundSystem
           
 
Constructor Summary
ASIOPlaybackDialogComponent(ASIOSoundSystem asioSoundSystem, ASIOPlaybackSystem asioPlaybackSystem)
           
 
Method Summary
(package private)  java.awt.Component getComponent()
          Get the graphics component to be included in the playback dialog
(package private)  PlaybackParameters getParams(PlaybackParameters playbackParameters)
          Get teh parameters from the dialog component
(package private)  void setParams(PlaybackParameters playbackParameters)
          Set the parameters in the dialog component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

asioSoundSystem

ASIOSoundSystem asioSoundSystem

asioPlaybackSystem

ASIOPlaybackSystem asioPlaybackSystem
Constructor Detail

ASIOPlaybackDialogComponent

public ASIOPlaybackDialogComponent(ASIOSoundSystem asioSoundSystem,
                                   ASIOPlaybackSystem asioPlaybackSystem)
Method Detail

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