endTime
The timestamp for the last timed data sample in the asset.
Declaration
var endTime: TimeInterval { get set }Discussion
Timed data in an asset is clamped to the start and end times—requesting sample data for a time sample after the start time returns the sample data at the end time.
If the asset does not contain timed information, this property’s value is zero.