com.groovemanager.spi.asio
Class ASIOMixerProvider.ASIOMixerInfo

java.lang.Object
  extended by javax.sound.sampled.Mixer.Info
      extended by com.groovemanager.spi.asio.ASIOMixerProvider.ASIOMixerInfo
Enclosing class:
ASIOMixerProvider

public static class ASIOMixerProvider.ASIOMixerInfo
extends Mixer.Info

Info-class for ASIOMixer instances

Author:
Manu Robledo

Field Summary
private  String driverName
          Name of the ASIO driver
 
Constructor Summary
private ASIOMixerProvider.ASIOMixerInfo(String name, String version)
          Constructs a new ASIOInfo
 
Method Summary
 String getDriverName()
          Get the Name of the ASIO driver.
 
Methods inherited from class javax.sound.sampled.Mixer.Info
equals, getDescription, getName, getVendor, getVersion, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

driverName

private String driverName
Name of the ASIO driver

Constructor Detail

ASIOMixerProvider.ASIOMixerInfo

private ASIOMixerProvider.ASIOMixerInfo(String name,
                                        String version)
Constructs a new ASIOInfo

Parameters:
name - The driver name
version - The driver version
Method Detail

getDriverName

public String getDriverName()
Get the Name of the ASIO driver.

Returns:
The Name of the ASIO driver.