CAClockStop

Function CAClockStop 

Source
pub unsafe extern "C-unwind" fn CAClockStop(
    in_ca_clock: CAClockRef,
) -> i32
Expand 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.