audio.modules
Interface AudioInputSystem

All Superinterfaces:
java.io.Serializable, VDMModule
All Known Implementing Classes:
AudioDummySystem, AudioLineSystem, AudioMIDISystem, MIDIFileInputSystem

public interface AudioInputSystem
extends VDMModule

A class extending this abstract class will be able to provide a list of audio interfaces that are available from a certain resource on the system.


Method Summary
 java.util.Vector<AudioInput> getInterfaces(AudioInterfaceDriver driver, Logger logger)
           
 
Methods inherited from interface utilities.serializer.VDMModule
getName, getVersion
 

Method Detail

getInterfaces

java.util.Vector<AudioInput> getInterfaces(AudioInterfaceDriver driver,
                                           Logger logger)