Tao.OpenAl SDK Documentation

Al.alIsBuffer Method 

Tests if a buffer name is valid.

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

Parameters

buffer
A buffer name to be tested for validity.

Return Value

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

See Also

Al Class | Tao.OpenAl Namespace