Compares the given position with this position.
Negative number if this position is less than otherPosition. 0 if positions are equal. Positive number if this position is greater than otherPosition
Checks if the given position equals this position.
Get the offset of this timeline position within the target segment.
Get the segment that this position targets.
Get the timeline related with this position
Get the timeline related with this position
Checks if this position is after the specified position
Checks if this position is before the specified position
Get the timeline position as a plain object that can be serialized to JSON.
Prints this position a human readable string.
Creates a new SyncMediaTimelinePosition from an ISyncMediaTimelinePosition object.
Generated using TypeDoc
Describes a position within a SyncMediaTimeline instance. A position is defined using a segment index and an offset within that segment in milliseconds.