Package Acquisition
Class FileInputParameters
java.lang.Object
Acquisition.FileInputParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- Direct Known Subclasses:
FolderInputParameters
public class FileInputParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
Used by FileInputSystem
- Author:
- Doug Gillespie
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
static final int
boolean
A list of the recent files or folders selected.boolean
Repeat in an infinite loopstatic final long
long
Skip a section an initial section of the file in millis. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
MAX_RECENT_FILES
public static final int MAX_RECENT_FILES- See Also:
-
recentFiles
A list of the recent files or folders selected. -
realTime
public boolean realTime -
systemType
-
repeatLoop
public boolean repeatLoopRepeat in an infinite loop -
skipStartFileTime
public long skipStartFileTimeSkip a section an initial section of the file in millis. For example, use with SoundTrap calibration values. -
bitDepth
public int bitDepth
-
-
Constructor Details
-
FileInputParameters
- Parameters:
systemType
-
-
-
Method Details
-
getMostRecentFile
-
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.
-