Package soundtrap
Class DWVConvertInformation
java.lang.Object
soundtrap.DWVConvertInformation
Status information on how far conversion progress has gone.
- Author:
- Doug
-
Constructor Summary
ConstructorDescriptionDWVConvertInformation
(STGroupInfo fileGroup, int nFile, int nFileDone, int nDWV, int nDWVDone) -
Method Summary
-
Constructor Details
-
DWVConvertInformation
public DWVConvertInformation(STGroupInfo fileGroup, int nFile, int nFileDone, int nDWV, int nDWVDone)
-
-
Method Details
-
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
-