@Immutable public final class SourceClip extends StructuralComponent
Modifier and Type | Class and Description |
---|---|
static class |
SourceClip.SourceClipBO
Object corresponding to a parsed SourceClip structural metadata set defined in st377-1:2011
|
StructuralComponent.StructuralComponentBO
InterchangeObject.InterchangeObjectBO
Constructor and Description |
---|
SourceClip(SourceClip.SourceClipBO sourceClipBO,
GenericPackage genericPackage)
Instantiates a new SourceClip object
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getDuration()
Getter for the duration of the sequence in units of Edit Rate
|
MXFUID |
getInstanceUID()
Getter for the instance UID of this SourceClip object
|
MXFUID |
getSourcePackageID()
Getter for the ID of the referenced Source Package
|
java.lang.String |
toString()
A method that returns a string representation of a SourceClip object
|
public SourceClip(SourceClip.SourceClipBO sourceClipBO, GenericPackage genericPackage)
sourceClipBO
- the parsed SourceClip objectgenericPackage
- the generic package referred by this SourceClip objectpublic MXFUID getInstanceUID()
public MXFUID getSourcePackageID()
public java.lang.Long getDuration()
public java.lang.String toString()
toString
in class java.lang.Object