SDL-mixer-0.5.2: Binding to libSDL_mixerContentsIndex
Graphics.UI.SDL.Mixer.Music
Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com
Description
Documentation
freeMusic :: Music -> IO ()
tryLoadMUS :: FilePath -> IO (Maybe Music)
loadMUS :: FilePath -> IO Music
tryPlayMusic :: Music -> Int -> IO Bool
playMusic :: Music -> Int -> IO ()
tryFadeInMusic :: Music -> Int -> Int -> IO Bool
fadeInMusic :: Music -> Int -> Int -> IO ()
tryFadeInMusicPos :: Music -> Int -> Int -> Double -> IO Bool
fadeInMusicPos :: Music -> Int -> Int -> Double -> IO ()
setMusicVolume :: Int -> IO ()
getMusicVolume :: IO Int
modifyMusicVolume :: (Int -> Int) -> IO ()
pauseMusic :: IO ()
resumeMusic :: IO ()
rewindMusic :: IO ()
trySetMusicPosition :: Double -> IO Bool
setMusicPosition :: Double -> IO ()
trySetMusicCmd :: String -> IO Bool
setMusicCmd :: String -> IO ()
disableMusicCmd :: IO ()
haltMusic :: IO ()
tryFadeOutMusic :: Int -> IO Bool
fadeOutMusic :: Int -> IO ()
getMusicType :: Maybe Music -> IO MusicType
playingMusic :: IO Bool
pausedMusic :: IO Bool
fadingMusic :: IO Fading
Produced by Haddock version 2.1.0