uk.org.toot.audio.eq
Interface EQ.Specification

All Known Implementing Classes:
CutEQ.Controls, EQ.Controls, GraphicEQ.Controls, ParametricEQ.Controls
Enclosing class:
EQ

public static interface EQ.Specification

Since EQ is a List of Filters, an EQ.Specification is a List of FilterSpecifications.


Method Summary
 java.util.List<FilterSpecification> getFilterSpecifications()
           
 boolean isBypassed()
           
 

Method Detail

getFilterSpecifications

java.util.List<FilterSpecification> getFilterSpecifications()

isBypassed

boolean isBypassed()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.