 | OpenAL-1.3.1.1: A binding to the OpenAL cross-platform 3D audio API | Contents | Index |
|
Sound.OpenAL.AL.Format | Portability | portable | Stability | provisional | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This is a purely internal module for (un-)marshaling Format.
|
|
Synopsis |
|
|
|
Documentation |
|
data Format |
Valid sound formats. An implementation may expose other formats, see
Sound.OpenAL.ALC.Extensions for information on determining if additional
formats are supported.
| Constructors | Mono8 | | Mono16 | | Stereo8 | | Stereo16 | |
| Instances | |
|
|
marshalFormat :: Format -> ALenum |
|
unmarshalFormat :: ALenum -> Format |
|
Produced by Haddock version 2.2.2 |