pub unsafe extern "C-unwind" fn CAClockDisarm(
in_ca_clock: CAClockRef,
) -> i32Expand description
Disallow received sync messages from starting the clock.
Parameter inCAClock: The clock object.
Returns: An OSStatus error code.
ยงSafety
in_ca_clock must be a valid pointer.