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