Tao.OpenAl SDK Documentation |
|
Al.alGetInteger Method
Returns an integer OpenAL state.
[Visual Basic]
Public Shared Function alGetInteger( _
ByVal
state As
Integer _
) As
Integer
[C#]
public static
int alGetInteger(
int state);
Parameters
-
state
-
The state to be queried:
Return Value
The integer value described by state will be returned.
See Also
Al Class | Tao.OpenAl Namespace