MCPcopy Create free account
hub / github.com/audacity/audacity / CancelRecording

Method CancelRecording

src/ProjectAudioManager.cpp:1065–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063
1064
1065void ProjectAudioManager::CancelRecording()
1066{
1067 const auto project = &mProject;
1068 PendingTracks::Get(*project).ClearPendingTracks();
1069}
1070
1071void ProjectAudioManager::OnAudioIORate(int rate)
1072{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
ClearPendingTracksMethod · 0.80

Tested by

no test coverage detected