SDL::Music.3pm

Langue: en

Autres versions - même langue

Version: 2008-03-05 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

SDL::Music - a perl extension

DESCRIPTION

SDL::Music is used to load music files for use with SDL::Mixer. 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

perl SDL::Mixer