Constructor RiffWriter
RiffWriter(Stream, int, int, int)
Initializes a new instance of the RiffWriter class using the specified stream, number of channels, sample rate and bits per sample.
public RiffWriter(Stream stream, int channels, int samplesPerSecond, int bitsPerSample)