コード例 #1
0
 public Track(MediaContainer parent, dynamic dynMediaContainer)
 {
     this.Parent = parent;
     this.PopulateBaseMediaContainerProperties(dynMediaContainer);
     this.PopulateMediaContainerProperties(dynMediaContainer);
 }