Uses of Class
org.refcodes.audio.CsvDeltaMode
-
-
Uses of CsvDeltaMode in org.refcodes.audio
Fields in org.refcodes.audio declared as CsvDeltaMode Modifier and Type Field Description protected CsvDeltaMode
AbstractCsvSampleWriter. _deltaMode
Methods in org.refcodes.audio that return CsvDeltaMode Modifier and Type Method Description static CsvDeltaMode
CsvDeltaMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CsvDeltaMode[]
CsvDeltaMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.refcodes.audio with parameters of type CsvDeltaMode Constructor Description AbstractCsvSampleWriter(File aFile, CsvDeltaMode aDeltaMode)
Constructs theAbstractCsvSampleWriter
for writing sound samples to a CSV file or stream.AbstractCsvSampleWriter(OutputStream aOutputStream, CsvDeltaMode aDeltaMode)
Constructs theAbstractCsvSampleWriter
for writing sound samples to a CSV file or stream.AbstractCsvSampleWriter(PrintStream aPrintStream, CsvDeltaMode aDeltaMode)
Constructs theAbstractCsvSampleWriter
for writing sound samples to a CSV file or stream.AbstractCsvSampleWriter(org.refcodes.tabular.CsvStringRecordWriter aCsvFriter, CsvDeltaMode aDeltaMode)
Constructs theAbstractCsvSampleWriter
for writing sound samples to a CSV file or stream.CsvMonoSampleWriter(File aFile, CsvDeltaMode aDeltaMode)
Constructs theCsvMonoSampleWriter
for writing sound samples to a CSV file or stream.CsvMonoSampleWriter(OutputStream aOutputStream, CsvDeltaMode aDeltaMode)
Constructs theCsvMonoSampleWriter
for writing sound samples to a CSV file or stream.CsvMonoSampleWriter(PrintStream aPrintStream, CsvDeltaMode aDeltaMode)
Constructs theCsvMonoSampleWriter
for writing sound samples to a CSV file or stream.CsvSoundSampleWriter(File aFile, CsvDeltaMode aDeltaMode)
Constructs theCsvSoundSampleWriter
for writing sound samples to a CSV file or stream.CsvSoundSampleWriter(OutputStream aOutputStream, CsvDeltaMode aDeltaMode)
Constructs theCsvSoundSampleWriter
for writing sound samples to a CSV file or stream.CsvSoundSampleWriter(PrintStream aPrintStream, CsvDeltaMode aDeltaMode)
Constructs theCsvSoundSampleWriter
for writing sound samples to a CSV file or stream.
-