Inheritance: FullBox
Example #1
0
 public mdia()
     : base("mdia")
 {
     header = new mdhd();
     AddChild(header);
 }
Example #2
0
 public mdia() : base("mdia")
 {
     header = new mdhd();
     AddChild(header);
 }