MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / CloseAudio

Method CloseAudio

src/project.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void Project::CloseAudio() {
280 AnnounceAudioProviderModified(nullptr);
281 audio_provider.reset();
282 SetPath(audio_file, "?audio", "", "");
283}
284
285bool Project::DoLoadVideo(agi::fs::path const& path) {
286 if (!progress)

Callers 3

~FrameMainMethod · 0.80
OnAudioPlayerChangedMethod · 0.80
operator()Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected