Contents

CMTimeMakeWithEpoch(value:timescale:epoch:)

Creates a time with a value, timescale, and epoch.

Declaration

func CMTimeMakeWithEpoch(value: Int64, timescale: Int32, epoch: Int64) -> CMTime

Parameters

  • value:

    An integer time value.

  • timescale:

    An integer timescale value.

  • epoch:

    An integer epoch value.

Return Value

A time structure.

See Also

Creating a Time