Esempio n. 1
0
 public tsInfo_Grab(EGRAB_RESULT teResult, int nWidth, int nHeight, int nCannels, byte[] byData)
 {
     _teresult  = teResult;
     _nwidth    = nWidth;
     _nheight   = nHeight;
     _nchannels = nCannels;
     _bydata    = byData;
 }
Esempio n. 2
0
 public tsInfo_Grab(EGRAB_RESULT teResult)
 {
     _teresult  = teResult;
     _nwidth    = -1;
     _nheight   = -1;
     _nchannels = -1;
     _bydata    = null;
 }