MCPcopy Create free account
hub / github.com/SFML/SFML / InputSoundFile

Method InputSoundFile

src/SFML/Audio/InputSoundFile.cpp:71–75  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

69
70////////////////////////////////////////////////////////////
71InputSoundFile::InputSoundFile(const std::filesystem::path& filename)
72{
73 if (!openFromFile(filename))
74 throw Exception("Failed to open input sound file");
75}
76
77
78////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected