// // Summary: // 获取 发送语音代码。 // // Parameters: // fileName: // 语音文件路径。 // // Returns: // CQ 发送语音代码。 public static string CQCode_Record(string fileName) { return(CQ.CQCode_Record(fileName)); }