Tao.OpenAl SDK Documentation

Al.AL_LOOPING Field

Indicates whether source has to loop infinitely. The accepted values are AL_TRUE or AL_FALSE, the default value is AL_FALSE.

[Visual Basic]
Public Const AL_LOOPING As Integer = 4103
[C#]
public const int AL_LOOPING = 4103;

See Also

Al Class | Tao.OpenAl Namespace