com.groovemanager.spi.asio
Class ASIOClockSourceControl.Type

java.lang.Object
  extended by javax.sound.sampled.Control.Type
      extended by javax.sound.sampled.EnumControl.Type
          extended by com.groovemanager.spi.asio.ASIOClockSourceControl.Type
Enclosing class:
ASIOClockSourceControl

protected static class ASIOClockSourceControl.Type
extends EnumControl.Type

Author:
Manu Robledo The Type class representing ASIOClockSourceControl

Field Summary
static ASIOClockSourceControl.Type CLOCK_SOURCE
           
 
Fields inherited from class javax.sound.sampled.EnumControl.Type
REVERB
 
Constructor Summary
protected ASIOClockSourceControl.Type(String name)
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.Control.Type
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLOCK_SOURCE

public static final ASIOClockSourceControl.Type CLOCK_SOURCE
Constructor Detail

ASIOClockSourceControl.Type

protected ASIOClockSourceControl.Type(String name)