Package | Description |
---|---|
org.jcodec.containers.mxf | |
org.jcodec.containers.mxf.model |
Modifier and Type | Field and Description |
---|---|
static UL |
MXFConst.GENERIC_DESCRIPTOR_KLV |
static UL |
MXFConst.HEADER_PARTITION_KLV |
static UL |
MXFConst.INDEX_KLV |
Modifier and Type | Field and Description |
---|---|
static Map<UL,Class<? extends MXFMetadata>> |
MXFConst.klMetadata |
Modifier and Type | Method and Description |
---|---|
UL |
MXFDemuxer.MXFDemuxerTrack.getEssenceUL() |
UL |
MXFCodec.getUl() |
Modifier and Type | Method and Description |
---|---|
protected MXFDemuxer.MXFDemuxerTrack |
MXFDemuxer.createTrack(UL ul,
TimelineTrack track,
GenericDescriptor descriptor) |
Constructor and Description |
---|
KLVFill(UL ul) |
MXFDemuxerTrack(MXFDemuxer demuxer,
UL essenceUL,
TimelineTrack track,
GenericDescriptor descriptor) |
Modifier and Type | Field and Description |
---|---|
UL |
KLV.key |
protected UL |
MXFMetadata.uid |
protected UL |
MXFMetadata.ul |
Modifier and Type | Method and Description |
---|---|
UL |
WaveAudioDescriptor.getChannelAssignment() |
UL |
FileDescriptor.getCodec() |
UL |
GenericPictureEssenceDescriptor.getCodingEquations() |
UL |
GenericPictureEssenceDescriptor.getColorPrimaries() |
UL |
MXFStructuralComponent.getDataDefinitionUL() |
UL |
GenericDataEssenceDescriptor.getDataEssenceCoding() |
UL |
SourcePackage.getDescriptorRef() |
UL[] |
Preface.getDmSchemes() |
UL |
FileDescriptor.getEssenceContainer() |
UL[] |
ContentStorage.getEssenceContainerData() |
UL[] |
Preface.getEssenceContainers() |
UL |
MXFInterchangeObject.getGenerationUID() |
UL |
IndexSegment.getInstanceUID() |
UL |
EssenceContainerData.getLinkedPackageUID() |
UL[] |
GenericDescriptor.getLocators() |
UL |
MXFInterchangeObject.getObjectClass() |
UL |
Preface.getOp() |
UL |
MXFPartitionPack.getOp() |
UL[] |
ContentStorage.getPackageRefs() |
UL |
GenericPackage.getPackageUID() |
UL |
GenericPictureEssenceDescriptor.getPictureEssenceCoding() |
UL |
Identification.getProductUID() |
UL |
GenericTrack.getSequenceRef() |
UL |
GenericSoundEssenceDescriptor.getSoundEssenceCompression() |
UL |
SourceClip.getSourcePackageUid() |
UL[] |
Sequence.getStructuralComponentsRefs() |
UL[] |
GenericDescriptor.getSubDescriptors() |
UL |
Identification.getThisGenerationUID() |
UL[] |
SourcePackage.getTrackRefs() |
UL[] |
GenericPackage.getTracks() |
UL |
GenericPictureEssenceDescriptor.getTransferCharacteristic() |
UL |
MXFMetadata.getUid() |
UL |
MXFMetadata.getUl() |
static UL |
UL.newUL(String ul) |
static UL |
UL.newULFromInts(int[] args) |
static UL |
UL.read(ByteBuffer _bb) |
protected static UL[] |
MXFMetadata.readULBatch(ByteBuffer _bb)
Utility method to read a batch of ULS
|
Modifier and Type | Method and Description |
---|---|
boolean |
UL.maskEquals(UL o,
int mask) |
static MXFPartition |
MXFPartition.read(UL ul,
ByteBuffer bb,
long packSize,
long nextPartition) |
static <T> T |
MXFUtil.resolveRef(List<MXFMetadata> metadata,
UL refs,
Class<T> class1) |
static <T> List<T> |
MXFUtil.resolveRefs(List<MXFMetadata> metadata,
UL[] refs,
Class<T> class1) |
Constructor and Description |
---|
AES3PCMDescriptor(UL ul) |
CDCIEssenceDescriptor(UL ul) |
ContentStorage(UL ul) |
EssenceContainerData(UL ul) |
FileDescriptor(UL ul) |
GenericDataEssenceDescriptor(UL ul) |
GenericDescriptor(UL ul) |
GenericPackage(UL ul) |
GenericPictureEssenceDescriptor(UL ul) |
GenericSoundEssenceDescriptor(UL ul) |
GenericTrack(UL ul) |
Identification(UL ul) |
IndexSegment(UL ul) |
J2KPictureDescriptor(UL ul) |
KLV(UL k,
long len,
long offset,
long dataOffset) |
MaterialPackage(UL ul) |
MPEG2VideoDescriptor(UL ul) |
MXFInterchangeObject(UL ul) |
MXFMetadata(UL ul) |
MXFPartitionPack(UL ul) |
MXFStructuralComponent(UL ul) |
Preface(UL ul) |
RGBAEssenceDescriptor(UL ul) |
Sequence(UL ul) |
SourceClip(UL ul) |
SourcePackage(UL ul) |
TimecodeComponent(UL ul) |
TimelineTrack(UL ul) |
WaveAudioDescriptor(UL ul) |
Copyright © 2019. All rights reserved.