Skip to main content

b2SaveRecordingToFile

Function b2SaveRecordingToFile 

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

Save a recording buffer to a file. Convenience wrapper over your own file I/O. @return false if the file could not be written