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

Method isRecording

au4/src/record/internal/recordcontroller.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool RecordController::isRecording() const
49{
50 return m_currentRecordStatus == RecordStatus::Running || m_currentRecordStatus == RecordStatus::Paused;
51}
52
53Notification RecordController::isRecordingChanged() const
54{

Callers 6

updatePlayStateMethod · 0.80
updateStopStateMethod · 0.80
updateRecordStateMethod · 0.80
isPlayAllowedMethod · 0.80
canReceiveActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected