openal_device_open

(PECL)

openal_device_open --  Initialize the OpenAL audio layer

說明

resource openal_device_open ( [string device_desc] )

參數

device_desc

Open an audio device optionally specified by device_desc. If device_desc is not specified the first available audio device will be used.

返回值

Returns an Open AL(Device) resource on success or FALSE on failure.