11.2 AL -- al 模组中用到的常数。 Constants used with the al module

Availability: IRIX.

This module defines symbolic constants needed to use the built-in module al (see above); they are equivalent to those defined in the C header file <audio.h> except that the name prefix "AL_" is omitted. Read the module source for a complete list of the defined names. Suggested use:

此模组定义了使用内建模组 al (看上面)时要用到的常量, 它们和 C 标头档 <audio.h> 中所定义的是一样的, 只不过忽略掉了所有的 "AL_" 前缀。 全部常量的定义可以参看源码。 建议用法如下:

import al
from AL import *