Skip to main content

b2Recording_GetData

Function b2Recording_GetData 

Source
pub unsafe extern "C" fn b2Recording_GetData(
    recording: *const b2Recording,
) -> *const u8
Expand description

Get a pointer to the recorded bytes, for saving to a file or transmitting. Valid until the next recording call or b2DestroyRecording. Returns NULL after a writer failure.