public final class MXFOperationalPattern1A
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MXFOperationalPattern1A.HeaderPartitionOP1A
This class wraps an MXF header partition object - wrapping can be done
only if the header partition object is compliant with st378:2004
|
Modifier and Type | Method and Description |
---|---|
static MXFOperationalPattern1A.HeaderPartitionOP1A |
checkOperationalPattern1ACompliance(HeaderPartition headerPartition)
Checks the compliance of an MXF header partition with st378:2004.
|
static void |
checkOperationalPattern1ACompliance(java.util.List<PartitionPack> partitionPacks)
Checks the compliance of partition packs found in an MXF file with st378:2004.
|
public static MXFOperationalPattern1A.HeaderPartitionOP1A checkOperationalPattern1ACompliance(HeaderPartition headerPartition)
headerPartition
- the MXF header partitionpublic static void checkOperationalPattern1ACompliance(java.util.List<PartitionPack> partitionPacks)
partitionPacks
- the list of partition packs for which the compliance check is performed