openal_listener_get

(PECL openal >= 0.1.0)

openal_listener_get Devuelve una propiedad de oyente

Descripción

openal_listener_get(int $property): mixed

Parámetros

property

Propiedad para recuperar, una de: AL_GAIN (float), AL_POSITION (array(float,float,float)), AL_VELOCITY (array(float,float,float)) y AL_ORIENTATION (array(float,float,float)).

Valores devueltos

Devuelve un flotante o un arreglo de flotantes (como apropiado) o false en caso de error.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top