Inheritance: FullBox
コード例 #1
0
ファイル: mdia.cs プロジェクト: i-e-b/HLS---Smooth-Encoder
 public mdia()
     : base("mdia")
 {
     header = new mdhd();
     AddChild(header);
 }
コード例 #2
0
 public mdia() : base("mdia")
 {
     header = new mdhd();
     AddChild(header);
 }