| 1063 | |
| 1064 | |
| 1065 | void ProjectAudioManager::CancelRecording() |
| 1066 | { |
| 1067 | const auto project = &mProject; |
| 1068 | PendingTracks::Get(*project).ClearPendingTracks(); |
| 1069 | } |
| 1070 | |
| 1071 | void ProjectAudioManager::OnAudioIORate(int rate) |
| 1072 | { |
nothing calls this directly
no test coverage detected