| Constructor RIFFWaveWriter(BinaryWriter writer, int channelCount, long length, int sampleRate, BitDepth bits)Minimal RIFF Wave file writer.Visibility | Public | Extends | base(writer, channelCount, length, sampleRate, bits) |
ParametersBinaryWriter writer | File writer object | int channelCount | Output channel count | long length | Output length in samples per channel | int sampleRate | Output sample rate | BitDepth bits | Output bit depth |
|