Compute the start time of the first timeline clip
| 493 | |
| 494 | // Compute the start time of the first timeline clip |
| 495 | double Timeline::GetMinTime() { |
| 496 | // Return cached min_time variable (threadsafe) |
| 497 | return min_time; |
| 498 | } |
| 499 | |
| 500 | // Apply a FrameMapper to a clip which matches the settings of this timeline |
| 501 | void Timeline::apply_mapper_to_clip(Clip* clip) |