| 144 | } |
| 145 | |
| 146 | void AudioController::PlayPrimaryRange() |
| 147 | { |
| 148 | PlayRange(GetPrimaryPlaybackRange()); |
| 149 | if (playback_mode == PM_Range) |
| 150 | playback_mode = PM_PrimaryRange; |
| 151 | } |
| 152 | |
| 153 | void AudioController::PlayToEndOfPrimary(int start_ms) |
| 154 | { |
no outgoing calls
no test coverage detected