Tao.OpenAl SDK Documentation

Al.alGetString Method 

Retrieves an OpenAL string property.

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

Parameters

state

The property to be queried:

Return Value

A pointer to a null-terminated string.

See Also

Al Class | Tao.OpenAl Namespace