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[]
int
static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
Get a set of data that describes all of the parameters in a classvoid
setBitDepth
(int bitDepth)
-
Field Details
-
Constructor Details
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in 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
-