WavFormat.Write Method Definition Writes a strongly-typed file to a stream. protected override void Write(WavFile file, Stream stream); View source Parameters Name Type Description file WavFile The file to write. stream Stream The stream to write to.