Tao.OpenAl SDK Documentation

Al.alListenerf Method 

Sets a floating point property for the listener.

[Visual Basic]
Public Shared Sub alListenerf( _
   ByVal attribute As Integer, _
   ByVal val As Single _
)
[C#]
public static void alListenerf(
   int attribute,
   float val
);

Parameters

attribute
The name of the attribute to be set.
val
The float value to set the attribute to.

See Also

Al Class | Tao.OpenAl Namespace