Tao.OpenAl SDK Documentation

Al.alGetListener3f Method (Int32, Single[], Single[], Single[])

[Visual Basic]
Overloads Public Shared Sub alGetListener3f( _
   ByVal attribute As Integer, _
   ByVal output1 As Single(), _
   ByVal output2 As Single(), _
   ByVal output3 As Single() _
)
[C#]
public static void alGetListener3f(
   int attribute,
   float[] output1,
   float[] output2,
   float[] output3
);

See Also

Al Class | Tao.OpenAl Namespace | Al.alGetListener3f Overload List