LeapRecordingOpen

Function LeapRecordingOpen 

Source
pub unsafe extern "C" fn LeapRecordingOpen(
    ppRecording: *mut LEAP_RECORDING,
    filePath: *const c_char,
    params: LEAP_RECORDING_PARAMETERS,
) -> eLeapRS
Expand description

\ingroup Functions Opens or creates a LEAP_RECORDING.

Pass the LEAP_RECORDING pointer to LeapRecordingOpen() to initiate reading from or writing to a recording. The recording path is relative to the “user path” which is the SD card on Android.

@param ppRecording The recording being opened. @param filePath The file path. This will be passed directly to the OS without modification. An “.lmt” suffix is suggested. @param params The LEAP_RECORDING_PARAMETERS describing what operations are requested. @returns The operation result code, a member of the eLeapRS enumeration. @since 3.2.0