CMTimeAbsoluteValue(_:)
Returns the absolute value of a time.
Declaration
func CMTimeAbsoluteValue(_ time: CMTime) -> CMTimeParameters
- time:
A time structure.
Return Value
The time value, but with its sign inverted, if necessary.
Returns the absolute value of a time.
func CMTimeAbsoluteValue(_ time: CMTime) -> CMTimeA time structure.
The time value, but with its sign inverted, if necessary.