public class WaveExporter extends CommandExporter implements ICommandExporter
| Constructor and Description |
|---|
WaveExporter(AudioParametersBean exportAudioParametersBean) |
WaveExporter(int sampleFrequency,
int sampleSize,
int channels,
boolean bigEndian,
boolean omitTail,
boolean square,
boolean divideCarrier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
considersRepetitions() |
void |
export(Command command,
String source,
String title,
int repeatCount,
File exportFile) |
void |
export(Command command,
String source,
String title,
int repeatCount,
File exportFile,
String charsetName) |
String[][] |
getFileExtensions() |
String |
getFormatName() |
String |
getPreferredFileExtension() |
exportexportFilename, getDateFormatString, getDateString, getLastSaveFile, setDateFormatFileString, setDateFormatStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportpublic WaveExporter(int sampleFrequency,
int sampleSize,
int channels,
boolean bigEndian,
boolean omitTail,
boolean square,
boolean divideCarrier)
public WaveExporter(AudioParametersBean exportAudioParametersBean)
public String[][] getFileExtensions()
getFileExtensions in class Exporterpublic String getFormatName()
getFormatName in interface ICommandExportergetFormatName in class Exporterpublic String getPreferredFileExtension()
getPreferredFileExtension in interface ICommandExportergetPreferredFileExtension in class Exporterpublic void export(Command command, String source, String title, int repeatCount, File exportFile) throws IrpMasterException, FileNotFoundException
public void export(Command command, String source, String title, int repeatCount, File exportFile, String charsetName) throws IrpMasterException, FileNotFoundException
export in interface ICommandExporterexport in class CommandExporterIrpMasterExceptionFileNotFoundExceptionpublic boolean considersRepetitions()
considersRepetitions in interface ICommandExporterconsidersRepetitions in class CommandExporterCopyright © 2016. All rights reserved.