Ejemplo n.º 1
0
 public VideoWriterInfo(VideoWriterAttribute attribs, Type type)
 {
     _type   = type;
     Attribs = attribs;
 }
Ejemplo n.º 2
0
 public VideoWriterInfo(VideoWriterAttribute Attribs, Type type)
 {
     this.type    = type;
     this.Attribs = Attribs;
 }
Ejemplo n.º 3
0
 public VideoWriterInfo(VideoWriterAttribute Attribs, Type type)
 {
     this.type = type;
     this.Attribs = Attribs;
 }