Tao.OpenAl SDK Documentation

Al.alListener3f Method 

Sets a floating point property for the listener.

[Visual Basic]
Public Shared Sub alListener3f( _
   ByVal attribute As Integer, _
   ByVal value1 As Single, _
   ByVal value2 As Single, _
   ByVal value3 As Single _
)
[C#]
public static void alListener3f(
   int attribute,
   float value1,
   float value2,
   float 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