|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AudioDevice
An arbitrary composition of AudioInput and AudioOutput instances. AudioInputs and AudioOutputs may not be added by a public API, they are expected to be added by an instance.
Method Summary | |
---|---|
void |
closeAudio()
|
java.util.List<AudioInput> |
getAudioInputs()
Get the list of AudioInputs for this AudioDevice. |
java.util.List<AudioOutput> |
getAudioOutputs()
Get the list of AudioOutputs for this AudioDevice. |
java.lang.String |
getName()
Return a unique name for the device. |
Methods inherited from interface uk.org.toot.misc.IObservable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Method Detail |
---|
java.lang.String getName()
java.util.List<AudioInput> getAudioInputs()
java.util.List<AudioOutput> getAudioOutputs()
void closeAudio()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |