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 Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • MAX_RECENT_FILES

      public static final int MAX_RECENT_FILES
      See Also:
    • recentFiles

      public ArrayList<String> recentFiles
      A list of the recent files or folders selected.
    • realTime

      public boolean realTime
    • systemType

      public String systemType
    • repeatLoop

      public boolean repeatLoop
      Repeat in an infinite loop
    • skipStartFileTime

      public long skipStartFileTime
      Skip a section an initial section of the file in millis. For example, use with SoundTrap calibration values.
    • bitDepth

      public int bitDepth
  • Constructor Details

    • FileInputParameters

      public FileInputParameters(String systemType)
      Parameters:
      systemType -
  • Method Details