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