pub unsafe extern "C-unwind" fn CAClockStop(
in_ca_clock: CAClockRef,
) -> i32Expand description
Stop advancing the clock on its media timeline.
Parameter inCAClock: The clock object.
Returns: An OSStatus error code.
ยงSafety
in_ca_clock must be a valid pointer.