OPENAL_DEVICE_OPEN(3) 1 OPENAL_DEVICE_OPEN(3)
openal_device_open - Initialize the OpenAL audio layer
SYNOPSIS
resource openal_device_open ([string $device_desc])
DESCRIPTION
PARAMETERS
o $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.
RETURN VALUES
Returns an Open AL(Device) resource on success or FALSE on failure.
SEE ALSO
openal_device_close(3), openal_context_create(3).
PHP Documentation Group OPENAL_DEVICE_OPEN(3)