Пример #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
 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
 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
 public static extern System.IntPtr ICOpen(uint fccType, uint fccHandler, ICMODE wMode);