Tao.OpenAl SDK Documentation

Al.alGetFloatv Method (Int32, IntPtr)

Retrieves a floating point OpenAL state.

[Visual Basic]
Overloads Public Shared Sub alGetFloatv( _
   ByVal state As Integer, _
   ByVal output As IntPtr _
)
[C#]
public static void alGetFloatv(
   int state,
   IntPtr output
);

Parameters

state

The state to be queried:

output
A pointer to the location where the state will be stored.

See Also

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