Tao.OpenAl SDK Documentation |
|
Al.alListener3i Method
Sets an integer property for the listener.
[Visual Basic]
Public Shared Sub alListener3i( _
ByVal
attribute As
Integer, _
ByVal
value1 As
Integer, _
ByVal
value2 As
Integer, _
ByVal
value3 As
Integer _
)
[C#]
public static
void alListener3i(
int attribute,
int value1,
int value2,
int value3);
Parameters
-
attribute
-
The name of the attribute to set:
-
value1
- The value to set the attribute to.
-
value2
- The value to set the attribute to.
-
value3
- The value to set the attribute to.
See Also
Al Class | Tao.OpenAl Namespace