MCPcopy Create free account
hub / github.com/SpriteOvO/AirPodsDesktop / StopAnimation

Method StopAnimation

Source/Gui/MainWindow.cpp:468–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468void MainWindow::StopAnimation()
469{
470 // The player will go black after stopping
471 // I have no idea about this, so let's hide the widget here as a workaround
472 _videoWidget->hide();
473
474 _isAnimationPlaying = false;
475 _mediaPlayer->stop();
476}
477
478void MainWindow::BindDevice()
479{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected