Contents

CMTimeFoldIntoRange(_:foldRange:)

Folds a time into a time range.

Declaration

func CMTimeFoldIntoRange(_ time: CMTime, foldRange: CMTimeRange) -> CMTime

Parameters

  • time:

    The time to fold.

  • foldRange:

    The time range into which to fold the time.

Return Value

A time that represents the translated duration.

See Also

Functions