Tao.OpenAl SDK Documentation

Al.alGetIntegerv Method (Int32, IntPtr)

Retrieves an integer OpenAL state.

[Visual Basic]
Overloads Public Shared Sub alGetIntegerv( _
   ByVal state As Integer, _
   ByVal output As IntPtr _
)
[C#]
public static void alGetIntegerv(
   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.alGetIntegerv Overload List