(PECL openal:0.1)
openal_listener_set — Définie une propriété d'auditeur
La propriété à définir, une parmis celles-ci : AL_GAIN (float ), AL_POSITION (array(float ,float ,float )), AL_VELOCITY (array(float ,float ,float )) et AL_ORIENTATION (array(float ,float ,float )).
La valeur à définir, soit un nombre à virgule flottante , soit un tableau de nombres à virgule flottante appropriés.
Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
openal_listener_get() |