Exemplo n.º 1
0
 public VideoInfoHeader2()
 {
     InterlaceFlags = AMInterlace.None;
     CopyProtectFlags = AMCopyProtect.None;
     ControlFlags = AMControl.None;
     BitRate = 0;
     BitErrorRate = 0;
     AvgTimePerFrame = 0;
     PictAspectRatioX = 0;
     PictAspectRatioY = 0;
     Reserved2 = 0;
     SrcRect = new DsRect();
     TargetRect = new DsRect();
     BmiHeader = new BitmapInfoHeader();
 }
Exemplo n.º 2
0
 public VideoInfoHeader()
 {
     BitRate = 0;
     BitErrorRate = 0;
     AvgTimePerFrame = 0;
     SrcRect = new DsRect();
     TargetRect = new DsRect();
     BmiHeader = new BitmapInfoHeader();
 }