CMTimeMakeWithEpoch(value:timescale:epoch:)
Creates a time with a value, timescale, and epoch.
Declaration
func CMTimeMakeWithEpoch(value: Int64, timescale: Int32, epoch: Int64) -> CMTimeParameters
- value:
An integer time value.
- timescale:
An integer timescale value.
- epoch:
An integer epoch value.
Return Value
A time structure.