Tao.OpenAl SDK Documentation

Alc.alcGetEnumValue Method 

Retrieves the enum value for a specified enumeration name.

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

Parameters

device
The device to be queried.
enumName
A null terminated string describing the enum value.

Return Value

Returns the enum value described by the enumName string.

See Also

Alc Class | Tao.OpenAl Namespace