Tao.OpenAl SDK Documentation |
|
Al.alGetDoublev Method (Int32, Double)
Retrieves a double precision floating point OpenAL state.
[Visual Basic]
Overloads Public Shared Sub alGetDoublev( _
ByVal
state As
Integer, _
ByRef
output As
Double _
)
[C#]
public static
void alGetDoublev(
int state,
out
double output);
Parameters
-
state
- The state to be queried.
-
output
- A pointer to the location where the state will be stored.
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 | Al.alGetDoublev Overload List