Tao.OpenAl SDK Documentation

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

Retrieves a set of three floating point values from a property of the listener.

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

Parameters

attribute

The name of the attribute to be queried:

output1
Pointer to the the floating point being retrieved.
output2
Pointer to the the floating point being retrieved.
output3
Pointer to the the floating point being retrieved.

See Also

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