pub unsafe extern "C" fn LeapRecordingGetStatus(
    pRecording: LEAP_RECORDING,
    pstatus: *mut LEAP_RECORDING_STATUS
) -> eLeapRS
Expand description

\ingroup Functions Fills in a LEAP_RECORDING_STATUS struct for an open recording. This struct provides the applicable eLeapRecordingFlags.

@param pRecording The open recording. @param[out] pstatus A LEAP_RECORDING_STATUS struct to receive the recording status. @returns The operation result code, a member of the eLeapRS enumeration. @since 3.2.0