TimecodeRange

class timecode.TimecodeRange(*, start: Timecode | str | int | None = None, duration: Timecode | str | int | None = None, end: Timecode | str | int | None = None)

An unbroken sequence of timecodes between a specified range

ALLOW_NEGATIVE_RANGES = False

Allow a start timecode which is later than the end timecode

property start: Timecode

The start timecode in this range

property end: Timecode

The end timecode in this range (exclusive)

property duration: Timecode

The duration of this timecode range