| 127 | } |
| 128 | |
| 129 | void AudioController::OnTimingControllerUpdatedPrimaryRange() |
| 130 | { |
| 131 | if (playback_mode == PM_PrimaryRange) |
| 132 | player->SetEndPosition(SamplesFromMilliseconds(timing_controller->GetPrimaryPlaybackRange().end())); |
| 133 | } |
| 134 | |
| 135 | void AudioController::PlayRange(const TimeRange &range) |
| 136 | { |
nothing calls this directly
no test coverage detected