示例#1
0
 public VideoWriterInfo(VideoWriterAttribute attribs, Type type)
 {
     _type   = type;
     Attribs = attribs;
 }
 public VideoWriterInfo(VideoWriterAttribute Attribs, Type type)
 {
     this.type    = type;
     this.Attribs = Attribs;
 }
示例#3
0
 public VideoWriterInfo(VideoWriterAttribute Attribs, Type type)
 {
     this.type = type;
     this.Attribs = Attribs;
 }