Description
Indicates blocking or non-blocking mode for certain buffer operations. If a function expecting an AL_EBufMode is called with a value other than AL_BUF_MODE_BLOCK or AL_BUF_MODE_NON_BLOCK, the behavior is undefined.
| AL_EBufMode Description | Value |
|---|---|
| AL_BUF_MODE_BLOCK | 0 |
| AL_BUF_MODE_NONBLOCK | 1 |
See
AL_Decoder_PushBuffer, AL_GetWaitMode