Package soundtrap

Class DWVConvertInformation

java.lang.Object
soundtrap.DWVConvertInformation

public class DWVConvertInformation extends Object
Status information on how far conversion progress has gone.
Author:
Doug
  • Constructor Details

    • DWVConvertInformation

      public DWVConvertInformation(STGroupInfo fileGroup, int nFile, int nFileDone, int nDWV, int nDWVDone)
  • Method Details

    • getFileGroup

      public STGroupInfo getFileGroup()
      Returns:
      the fileGroup
    • getnDWV

      public int getnDWV()
      Returns:
      the tnDWV
    • getnDWVDone

      public int getnDWVDone()
      Returns:
      the nDWVDone
    • getnFileDone

      public int getnFileDone()
      Returns:
      the nFileDone
    • getnFile

      public int getnFile()
      Returns:
      the nFile