pub unsafe extern "C-unwind" fn CAClockStart(
in_ca_clock: CAClockRef,
) -> i32Expand description
Begin 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.