init(start:duration:)
Creates a valid time range with a start time and duration.
Declaration
init(start: CMTime, duration: CMTime)Parameters
- start:
The start of the time range.
- duration:
The duration of the time range.
Creates a valid time range with a start time and duration.
init(start: CMTime, duration: CMTime)The start of the time range.
The duration of the time range.