Example #1
0
 public static bool IsFooterClosedAndComplete(this MXFFile file)
 {
     return(file.GetFooter().IsPartitionClosedAndComplete());
 }