public class TimecodeClipImpl extends Object
Implementation of a reference to part of a timecode segment.
Note that the value of timecode segment calculations in the MAJ API is still being determined. At the current time, this class is only used by non-public methods.
| Modifier and Type | Field and Description |
|---|---|
TimecodeSegment |
result
Timecode segment referenced by this clip.
|
long |
timecodeStartPosition
Start position of reference defined in edit units from the start of the clip.
|
long |
timecodeTrackLength
Length of the clip in its defined edit units.
|
| Constructor and Description |
|---|
TimecodeClipImpl(TimecodeSegment result,
long timecodeStartPosition,
long timecodeTrackLength)
Create a new reference to a clip of a timecode segment.
|
public final TimecodeSegment result
Timecode segment referenced by this clip.
public final long timecodeStartPosition
Start position of reference defined in edit units from the start of the clip.
public final long timecodeTrackLength
Length of the clip in its defined edit units.
public TimecodeClipImpl(TimecodeSegment result, long timecodeStartPosition, long timecodeTrackLength)
Create a new reference to a clip of a timecode segment.
result - Timecode segment referenced by this clip.timecodeStartPosition - Start position of reference defined in edit units from the start of the clip.timecodeTrackLength - Length of the clip in its defined edit units.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.