Contents

CMTimeMake(value:timescale:)

Creates a time with a value and timescale.

Declaration

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

Parameters

  • value:

    An integer time value.

  • timescale:

    An integer timescale.

Return Value

A time structure.

See Also

Creating a Time