Tao.OpenAl SDK Documentation |
|
Al.alGetIntegerv Method (Int32, Int32[])
Retrieves an integer OpenAL state.
[Visual Basic]
Overloads Public Shared Sub alGetIntegerv( _
ByVal
state As
Integer, _
ByVal
output As
Integer() _
)
[C#]
public static
void alGetIntegerv(
int state,
int[] 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