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

Function IsRecording

libraries/lib-wx-init/JournalOutput.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool IsRecording()
29{
30 return sFileOut.IsOpened();
31}
32
33bool OpenOut( const wxString &fullPath )
34{

Callers 6

SyncFunction · 0.85
IfNotPlayingFunction · 0.85
OutputFunction · 0.85
CommentFunction · 0.85
JournalEvents.cppFile · 0.85
BasicMenu.cppFile · 0.85

Calls 1

IsOpenedMethod · 0.80

Tested by

no test coverage detected