Tao.OpenAl SDK Documentation

Al.alIsSource Method 

Tests if a source name is valid.

[Visual Basic]
Public Shared Function alIsSource( _
   ByVal id As Integer _
) As Integer
[C#]
public static int alIsSource(
   int id
);

Parameters

id
A source name to be tested for validity.

Return Value

bool value AL_TRUE if the source name is valid or AL_FALSE if the source name is not valid.

See Also

Al Class | Tao.OpenAl Namespace