| 199 | } |
| 200 | |
| 201 | TimeRange AudioController::GetPrimaryPlaybackRange() const |
| 202 | { |
| 203 | if (timing_controller) |
| 204 | return timing_controller->GetPrimaryPlaybackRange(); |
| 205 | else |
| 206 | return TimeRange{0, 0}; |
| 207 | } |
| 208 | |
| 209 | void AudioController::SetVolume(double volume) |
| 210 | { |
no outgoing calls
no test coverage detected