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

Method OnStop

src/toolbars/ControlToolBar.cpp:581–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void ControlToolBar::OnStop(wxCommandEvent & WXUNUSED(evt))
582{
583 auto &projectAudioManager = ProjectAudioManager::Get( mProject );
584 bool canStop = projectAudioManager.CanStopAudioStream();
585
586 if ( canStop ) {
587 projectAudioManager.Stop();
588 }
589}
590
591void ControlToolBar::PlayDefault()
592{

Callers 1

MakeReadyToPlayFunction · 0.45

Calls 3

GetFunction · 0.85
CanStopAudioStreamMethod · 0.80
StopMethod · 0.45

Tested by

no test coverage detected