SDL::Music - a perl extension


Back to Top


NAME

SDL::Music - a perl extension

Back to Top


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';

Back to Top


AUTHOR

David J. Goehrig

Back to Top


SEE ALSO

perl the SDL::Mixer manpage

Back to Top

 SDL::Music - a perl extension