Tao.OpenAl SDK Documentation |
|
Al.alListeneriv Method
Sets a integer-vector property of the listener.
[Visual Basic]
Public Shared Sub alListeneriv( _
ByVal
attribute As
Integer, _
ByRef
values As
Integer _
)
[C#]
public static
void alListeneriv(
int attribute,
ref
int values);
Parameters
-
attribute
-
The name of the attribute to be set:
-
values
- Pointer to integer-vector values.
See Also
Al Class | Tao.OpenAl Namespace