public final class IMFConstraints
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IMFConstraints.HeaderPartitionIMF
This class wraps an OP1A-conformant MXF header partition object - wrapping can be done
only if the header partition object is also compliant with st2067-5:2013
|
Modifier and Type | Method and Description |
---|---|
static void |
checkIMFCompliance(HeaderPartition headerPartition,
java.util.List<PartitionPack> partitionPacks)
Checks if an MXF file containing audio essence is "clip-wrapped" (see st379:2009, st379-2:2010).
|
static void |
checkIMFCompliance(java.util.List<PartitionPack> partitionPacks)
Checks the compliance of partition packs found in an MXF file with st2067-5:2013.
|
static IMFConstraints.HeaderPartitionIMF |
checkIMFCompliance(MXFOperationalPattern1A.HeaderPartitionOP1A headerPartitionOP1A)
Checks the compliance of an OP1A-conformant header partition with st2067-5:2013.
|
public static IMFConstraints.HeaderPartitionIMF checkIMFCompliance(MXFOperationalPattern1A.HeaderPartitionOP1A headerPartitionOP1A)
headerPartitionOP1A
- the OP1A-conformant header partitionpublic static void checkIMFCompliance(java.util.List<PartitionPack> partitionPacks)
partitionPacks
- the list of partition packs for which the compliance check is performedpublic static void checkIMFCompliance(HeaderPartition headerPartition, java.util.List<PartitionPack> partitionPacks)
headerPartition
- the header partitionpartitionPacks
- the partition packs