Music.loadFromFile

Load the music file (filename). Returns if the loading was successful. If not, an error message is showed which describes what the problem is.

struct Music
@nogc
bool
loadFromFile
nothrow
(
string filename
)

Meta