示例#1
0
 public ICBase(COMPVARS cp,BITMAPINFO biIn,ICMODE mode,int fourcc)
 {
     this.pp=cp;
     this._in=biIn;
     this.mode=mode;
     this.fourcc=fourcc;
     _out=new BITMAPINFO();
 }
示例#2
0
文件: ICM.cs 项目: xingchaoet/ourmsg
 public ICBase(COMPVARS cp, BITMAPINFO biIn, ICMODE mode, int fourcc)
 {
     this.pp     = cp;
     this._in    = biIn;
     this.mode   = mode;
     this.fourcc = fourcc;
     _out        = new BITMAPINFO();
 }
示例#3
0
 public static extern System.IntPtr ICOpen(uint fccType, uint fccHandler, ICMODE wMode);
示例#4
0
文件: Win32.cs 项目: friman/FFmpegNet
 public static extern int ICOpen(int fccType, int fccHandler, ICMODE wMode);
示例#5
0
 static extern IntPtr ICOpen(int fccType, int fccHandler, ICMODE wMode);
示例#6
0
 public static extern int ICOpen(int fccType,int fccHandler,ICMODE wMode);
示例#7
0
文件: MSVFW32.cs 项目: unixcrh/Motion
 public static extern System.IntPtr ICOpen(uint fccType, uint fccHandler, ICMODE wMode);