@Immutable public final class TimelineTrack extends GenericTrack
Modifier and Type | Class and Description |
---|---|
static class |
TimelineTrack.TimelineTrackBO
Object corresponding to a parsed Timeline Track structural metadata set defined in st377-1:2011
|
GenericTrack.GenericTrackBO
InterchangeObject.InterchangeObjectBO
Constructor and Description |
---|
TimelineTrack(TimelineTrack.TimelineTrackBO timelineTrackBO,
Sequence sequence)
Instantiates a new TimelineTrack object
|
Modifier and Type | Method and Description |
---|---|
long |
getEditRateDenominator()
Getter for the denominator of this Timeline Track's edit rate
|
long |
getEditRateNumerator()
Getter for the numerator of this Timeline Track's edit rate
|
MXFUID |
getInstanceUID()
Getter for the instance UID of this TimelineTrack
|
Sequence |
getSequence()
Getter for the Sequence descriptive metadata set referred by this Timeline Track
|
MXFUID |
getSequenceUID()
Getter for the UID of the sequence descriptive metadata set referred by this Timeline Track
|
java.lang.String |
toString()
A method that returns a string representation of a Timeline Track object
|
public TimelineTrack(TimelineTrack.TimelineTrackBO timelineTrackBO, Sequence sequence)
timelineTrackBO
- the parsed TimelineTrack objectsequence
- the sequence referred by this TimelineTrack objectpublic MXFUID getInstanceUID()
public MXFUID getSequenceUID()
public Sequence getSequence()
public long getEditRateNumerator()
public long getEditRateDenominator()
public java.lang.String toString()
toString
in class java.lang.Object