SDL::Music - a perl extension



NAME

SDL::Music - a perl extension


DESCRIPTION

the SDL::Music manpage is used to load music files for use with the SDL::Mixer manpage. To load a music file one simply creates a new object passing the filename to the constructor:

        my $music = new SDL::Music 'my_song.ogg';


AUTHOR

David J. Goehrig


SEE ALSO

the perl manpage the SDL::Mixer manpage

 SDL::Music - a perl extension