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