2011年6月2日

c# 摄像头录像 及视频保存压缩等 (转:csdn)

摘要: 录像是直接复制了网上的。压缩是一个同事做的。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Runtime.InteropServices;using System.Threading;using System.Windows.Forms;using System.IO;namespace Basic{ public class VideoAPI //视频API类 { // 视频API调用 [D 阅读全文

posted @ 2011-06-02 15:26 千羽 阅读(6142) 评论(4) 推荐(0)

导航