serial
Interface UniversalAudioMux

All Known Implementing Classes:
IntelixMSeries

public interface UniversalAudioMux


Method Summary
 boolean areYouThere()
           
 boolean connect(int in, int out)
           
 boolean gotoPreset(int preset)
           
 boolean muteAll()
           
 boolean muteInChannel(int in)
           
 boolean muteOutChannel(int out)
           
 boolean unmuteAll()
           
 boolean unmuteInChannel(int in)
           
 boolean unmuteOutChannel(int out)
           
 

Method Detail

areYouThere

public boolean areYouThere()

gotoPreset

public boolean gotoPreset(int preset)

muteAll

public boolean muteAll()

muteOutChannel

public boolean muteOutChannel(int out)

muteInChannel

public boolean muteInChannel(int in)

unmuteAll

public boolean unmuteAll()

unmuteOutChannel

public boolean unmuteOutChannel(int out)

unmuteInChannel

public boolean unmuteInChannel(int in)

connect

public boolean connect(int in,
                       int out)