Skip to main content

b3SaveRecordingToFile

Function b3SaveRecordingToFile 

Source
pub unsafe extern "C" fn b3SaveRecordingToFile(
    recording: *const b3Recording,
    path: *const c_char,
) -> bool
Expand description

Save the recording buffer to a file. Returns true on success. @param recording the recording to save @param path file path to write