insertEmptyTimeRange(_:)
Adds an empty time range to a track.
Declaration
func insertEmptyTimeRange(_ timeRange: CMTimeRange)Parameters
- timeRange:
A time range to insert.
Discussion
You can’t add empty time ranges to the end of a track.
Adds an empty time range to a track.
func insertEmptyTimeRange(_ timeRange: CMTimeRange)A time range to insert.
You can’t add empty time ranges to the end of a track.