Methods in com.tuneology.avm with parameters of type FormatPrefs |
static long |
InfoReader.calculateSize(TocEntry ent,
FormatPrefs prefs)
Returns the size that the file will have after it has been
converted according to the specified preferences. |
static long |
InfoReader.calculateSize(DiscInfo info,
FormatPrefs prefs)
Returns the size that the album will have after it has been
converted according to the specified preferences. |
static long |
AudioConverter.spaceRequired(TocEntry finfo,
FormatPrefs prefs)
returns the number of bytes of space required
to store the specified file according to the
specified preferences. |
static java.lang.Process |
AudioConverter.convertStream(FormatPrefs iprefs,
FormatPrefs oprefs,
TocEntry finfo)
|
static java.io.File |
AudioConverter.convertFile(java.io.File dir,
java.io.File src,
FormatPrefs prefs,
TocEntry finfo,
ProgressListener pm,
boolean isTemp,
java.io.File tempDir)
Converts a file from one format to another |