コード例 #1
0
 public VideoWriterInfo(VideoWriterAttribute attribs, Type type)
 {
     _type   = type;
     Attribs = attribs;
 }
コード例 #2
0
 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;
 }