Tao.OpenAl SDK Documentation

Al.alListenerf Method 

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

See Also

Al Class | Tao.OpenAl Namespace