Class SDL.Music
- Description
- Use an SDL.Music object to load in a music file or sample and then play it back using an internal player. - You must call SDL.init() with the - SDL.INIT_AUDIOflag for audio support to be available. You must also first set up some audio parameters with a call to SDL.open_audio().
- See also