Copyright | (c) David Himmelstrup 2005 |
---|---|
License | BSD-like |
Maintainer | lemmih@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Graphics.UI.SDL.Mixer.General
Description
Documentation
data AudioFormat #
Instances
tryOpenAudio :: Int -> AudioFormat -> Int -> Int -> IO Bool Source #
closeAudio :: IO () Source #
tryQuerySpec :: IO (Maybe (Int, AudioFormat, Int)) Source #