Tao.OpenAl SDK Documentation

Al.alGetDouble Method 

Returns a double precision floating point OpenAL state.

[Visual Basic]
Public Shared Function alGetDouble( _
   ByVal state As Integer _
) As Double
[C#]
public static double alGetDouble(
   int state
);

Parameters

state
The state to be queried.

Return Value

The double value described by state will be returned.

Remarks

There aren?’t any double precision floating point states defined at the time of this writing, so this function will always generate the error AL_INVALID_ENUM.

See Also

Al Class | Tao.OpenAl Namespace