openal_source_get
Récupère une propriété de source OpenAL
&reftitle.description;
mixedopenal_source_get
resourcesource
intproperty
&reftitle.parameters;
source
Une ressource Open AL(Source)
(précédemment créée par openal_source_create).
property
Propriété à récupérer, une parmi celles-ci :
AL_SOURCE_RELATIVE (&integer;),
AL_SOURCE_STATE (&integer;),
AL_PITCH (&float;),
AL_GAIN (&float;),
AL_MIN_GAIN (&float;),
AL_MAX_GAIN (&float;),
AL_MAX_DISTANCE (&float;),
AL_ROLLOFF_FACTOR (&float;),
AL_CONE_OUTER_GAIN (&float;),
AL_CONE_INNER_ANGLE (&float;),
AL_CONE_OUTER_ANGLE (&float;),
AL_REFERENCE_DISTANCE (&float;),
AL_POSITION (array(float,float,float)),
AL_VELOCITY (array(float,float,float)),
AL_DIRECTION (array(float,float,float)).
&reftitle.returnvalues;
Retourne le type associé avec la propriété récupérée&return.falseforfailure;.
&reftitle.seealso;
openal_source_create
openal_source_set
openal_source_play