Tao.OpenAl SDK Documentation |
|
Al.alListeneri Method
Sets an integer property of the listener.
[Visual Basic]
Public Shared Sub alListeneri( _
ByVal
attribute As
Integer, _
ByVal
val As
Integer _
)
[C#]
public static
void alListeneri(
int attribute,
int val);
Parameters
-
attribute
- The name of the attribute to be set.
-
val
- The integer value to set the attribute to.
Remarks
There are no integer listener attributes at this time.
See Also
Al Class | Tao.OpenAl Namespace