| Copyright | (C) 2015 Dimitri Sabadie |
|---|---|
| License | BSD3 |
| Maintainer | Dimitri Sabadie <dimitri.sabadie@gmail.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Sound.AL.Source
Description
Documentation
alIsSource_ :: ALuint -> IO ALboolean Source
alIsSource :: MonadIO m => ALuint -> m ALboolean Source
alSourcePlay_ :: ALuint -> IO () Source
alSourcePlay :: MonadIO m => ALuint -> m () Source
alSourcePause_ :: ALuint -> IO () Source
alSourcePause :: MonadIO m => ALuint -> m () Source
alSourceStop_ :: ALuint -> IO () Source
alSourceStop :: MonadIO m => ALuint -> m () Source
alSourceRewind_ :: ALuint -> IO () Source
alSourceRewind :: MonadIO m => ALuint -> m () Source