Tao.OpenAl SDK Documentation

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

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, _
   ByVal output1 As IntPtr, _
   ByVal output2 As IntPtr, _
   ByVal output3 As IntPtr _
)
[C#]
public static void alGetListener3f(
   int attribute,
   IntPtr output1,
   IntPtr output2,
   IntPtr 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