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

Method AudioProvider

src/project.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 void LoadAudio(agi::fs::path path);
76 void CloseAudio();
77 agi::AudioProvider *AudioProvider() const { return audio_provider.get(); }
78 agi::fs::path const& AudioName() const { return audio_file; }
79
80 void LoadVideo(agi::fs::path path);

Callers 8

DialogTranslationMethod · 0.45
DialogStylingMethod · 0.45
OnActivateMethod · 0.45
SetDisplayModeMethod · 0.45
ValidateFunction · 0.45
ValidateMethod · 0.45
ValidateFunction · 0.45
operator()Function · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected