PHP 8.3.4 Released!

openal_listener_get

(PECL openal >= 0.1.0)

openal_listener_getRécupère une propriété d'auditeur

Description

openal_listener_get(int $property): mixed

Liste de paramètres

property

La propriété à récupérer, une parmi celles-ci : AL_GAIN (nombre décimal), AL_POSITION (array(float,float,float)), AL_VELOCITY (array(float,float,float)) et AL_ORIENTATION (array(float,float,float)).

Valeurs de retour

Retourne un nombre décimal ou un tableau de nombres à virgule flottante ou false si une erreur survient.

Voir aussi

add a note

User Contributed Notes

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