Compute the end time of the latest timeline element
| 471 | |
| 472 | // Compute the end time of the latest timeline element |
| 473 | double Timeline::GetMaxTime() { |
| 474 | // Return cached max_time variable (threadsafe) |
| 475 | return max_time; |
| 476 | } |
| 477 | |
| 478 | // Compute the highest frame# based on the latest time and FPS |
| 479 | int64_t Timeline::GetMaxFrame() { |