Skip to main content

b3Recording_GetData

Function b3Recording_GetData 

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

Get a pointer to the raw recording bytes. Valid until the recording buffer is modified or destroyed. @param recording the recording handle @return pointer to the byte buffer, or NULL if no bytes have been written