[][src]Function realsense_sys::rs2_get_frame_stride_in_bytes

pub unsafe extern "C" fn rs2_get_frame_stride_in_bytes(
    frame: *const rs2_frame,
    error: *mut *mut rs2_error
) -> c_int

retrieve frame stride in bytes (number of bytes from start of line N to start of line N+1) \param[in] frame handle returned from a callback \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return stride in bytes