pub unsafe extern "C" fn LeapRecordingWrite(
    pRecording: LEAP_RECORDING,
    pEvent: *mut LEAP_TRACKING_EVENT,
    pnBytesWritten: *mut u64
) -> eLeapRS
Expand description

\ingroup Functions Writes a tracking frame to a LEAP_RECORDING file.

@param pRecording The recording being written to. @param[out] pEvent A pointer to a flat buffer which is filled with an interpolated frame. @param pnBytesWritten If non-null the number of bytes written. @returns The operation result code, a member of the eLeapRS enumeration. @since 3.2.0