Tao.OpenAl SDK Documentation

Al.alGetEnumValue Method 

Returns the enumeration value of an OpenAL enum described by a string.

[Visual Basic]
Public Shared Function alGetEnumValue( _
   ByVal enumName As String _
) As Integer
[C#]
public static int alGetEnumValue(
   string enumName
);

Parameters

enumName
A string describing an OpenAL enum.

Return Value

The actual value for the described enum is returned.

See Also

Al Class | Tao.OpenAl Namespace