| Copyright | (c) Sven Panne 2005-2016 |
|---|---|
| License | BSD3 |
| Maintainer | Sven Panne <svenpanne@gmail.com> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Sound.ALUT.Loaders
Description
Documentation
data SoundDataSource a Source #
Constructors
Instances
| Eq (SoundDataSource a) Source # | |
Defined in Sound.ALUT.Loaders Methods (==) :: SoundDataSource a -> SoundDataSource a -> Bool # (/=) :: SoundDataSource a -> SoundDataSource a -> Bool # | |
| Ord (SoundDataSource a) Source # | |
Defined in Sound.ALUT.Loaders Methods compare :: SoundDataSource a -> SoundDataSource a -> Ordering # (<) :: SoundDataSource a -> SoundDataSource a -> Bool # (<=) :: SoundDataSource a -> SoundDataSource a -> Bool # (>) :: SoundDataSource a -> SoundDataSource a -> Bool # (>=) :: SoundDataSource a -> SoundDataSource a -> Bool # max :: SoundDataSource a -> SoundDataSource a -> SoundDataSource a # min :: SoundDataSource a -> SoundDataSource a -> SoundDataSource a # | |
| Show (SoundDataSource a) Source # | |
Defined in Sound.ALUT.Loaders Methods showsPrec :: Int -> SoundDataSource a -> ShowS # show :: SoundDataSource a -> String # showList :: [SoundDataSource a] -> ShowS # | |
createBuffer :: MonadIO m => SoundDataSource a -> m Buffer Source #
createBufferData :: MonadIO m => SoundDataSource a -> m (BufferData b) Source #