|
Sound.OpenAL.ALC.BasicTypes | Portability | portable | Stability | provisional | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module corresponds to the introductory parts of chapter 6 (AL Contexts
and the ALC API) of the OpenAL Specification and Reference (version 1.1).
The context API makes use of ALC types which are defined separately from the
AL types - there is an ALCboolean, ALCchar, etc.
|
|
Synopsis |
|
|
|
Documentation |
|
|
8-bit boolean
|
|
|
Character
|
|
|
Signed 8-bit 2's complement integer
|
|
|
Unsigned 8-bit integer
|
|
|
Signed 16-bit 2's complement integer
|
|
|
Unsigned 16-bit integer
|
|
|
Signed 32-bit 2's complement integer
|
|
|
Unsigned 32-bit integer
|
|
|
Non-negatitve 32-bit binary integer size
|
|
|
Enumerated 32-bit value
|
|
|
32-bit IEEE754 floating-point
|
|
|
64-bit IEEE754 floating-point
|
|
Produced by Haddock version 0.8 |