SDL::Music - a perl extension


SDL_Perl documentation  | view source Contained in the SDL_Perl distribution.

Index


NAME

Top

SDL::Music - a perl extension

DESCRIPTION

Top

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

Top

David J. Goehrig

SEE ALSO

Top

perl SDL::Mixer


SDL_Perl documentation  | view source Contained in the SDL_Perl distribution.