Skip to main content

b2Recording_GetSize

Function b2Recording_GetSize 

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

Get the number of recorded bytes. Returns -1 when the byte limit was exceeded, -2 when one operation exceeded the 24-bit payload format, or -3 for an invalid handle or writer state.