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

Method Recording

src/ProjectAudioManager.cpp:1177–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175}
1176
1177bool ProjectAudioManager::Recording() const
1178{
1179 auto gAudioIO = AudioIO::Get();
1180 return
1181 gAudioIO->IsBusy() &&
1182 CanStopAudioStream() &&
1183 gAudioIO->GetNumCaptureChannels() > 0;
1184}
1185
1186bool ProjectAudioManager::CanStopAudioStream() const
1187{

Callers 4

RecordAndWaitMethod · 0.80
OnKeyEventMethod · 0.80
OnIdleMethod · 0.80
StateForStatusBarMethod · 0.80

Calls 2

GetFunction · 0.85
IsBusyMethod · 0.80

Tested by

no test coverage detected