Contents

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.

See Also

Managing time ranges