CMTIME_HAS_BEEN_ROUNDED(_:)
Returns a Boolean value that indicates whether the system rounded the time value.
Declaration
func CMTIME_HAS_BEEN_ROUNDED(_ time: CMTime) -> BoolParameters
- time:
A time value to test.
Return Value
true if the time represents a rounded value; otherwise, false.