openal_device_open
(PECL openal >= 0.1.0)
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.
참고
- openal_device_close() - Close an OpenAL device
- openal_context_create() - Create an audio processing context
openal_device_open
There are no user contributed notes for this page.
