Macros§
Structs§
- Buffer
- Buffer of audio data. NOTE: Buffers are bound to a device. To ensure safety, buffers are not allowed to be cloned. There can only be one instance per-handle.
- Context
- An OpenAL context.
- Device
- An OpenAL device.
- Listener
- A
Context
’s listener. - Orientation
- Used to define the orientation of a listener.
- Source
- A source used to play
Buffer
s. NOTE: Sources are bound to a context.
Enums§
- Allen
Error - An OpenAL error.
- Buffer
Data - Container for OpenAL buffer data to be passed into
Buffer::data
. - Channels
- Source
State - The state of a
Source
.