Package Acquisition
Class SoundCardParameters
java.lang.Object
Acquisition.SoundCardParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- Direct Known Subclasses:
 NIDaqParams,SimParameters,SmruDaqParameters
public class SoundCardParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
Used by SoundCardSystem
- Author:
 - Doug Gillespie
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]intstatic final long - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()intGet a set of data that describes all of the parameters in a classvoidsetBitDepth(int bitDepth)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
deviceNumber
public int deviceNumber - 
systemType
 - 
BITDEPTHS
public static final int[] BITDEPTHS 
 - 
 - 
Constructor Details
- 
SoundCardParameters
- Parameters:
 systemType-
 
 - 
 - 
Method Details
- 
clone
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 - 
getBitDepth
public int getBitDepth()- Returns:
 - the bitDepth
 
 - 
setBitDepth
public void setBitDepth(int bitDepth) - Parameters:
 bitDepth- the bitDepth to set
 
 -