Example #1
0
 public MatroskaDocType(MatroskaVersion version)
 {
     this.version = version;
 }
Example #2
0
 internal bool CompatibleTo(MatroskaVersion version)
 {
     throw new NotImplementedException();
 }