Tao.OpenAl SDK Documentation

Al.alListenerfv Method (Int32, Single*)

Sets a floating point-vector property of the listener.

[Visual Basic]
Overloads Public Shared Sub alListenerfv( _
   ByVal attribute As Integer, _
   ByVal values As Single* _
)
[C#]
public static void alListenerfv(
   int attribute,
   Single* 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