Tao.OpenAl SDK Documentation

Al.alSourcef Method 

Sets a floating point property of a source.

[Visual Basic]
Public Shared Sub alSourcef( _
   ByVal source As Integer, _
   ByVal attribute As Integer, _
   ByVal val As Single _
)
[C#]
public static void alSourcef(
   int source,
   int attribute,
   float val
);

Parameters

source
Source name whose attribute is being set.
attribute

The name of the attribute to set:

val
The value to set the attribute to.

See Also

Al Class | Tao.OpenAl Namespace