Tao.OpenAl SDK Documentation

Al.alSourcefv Method (Int32, Int32, Single)

Sets a floating point-vector property of a source.

[Visual Basic]
Overloads Public Shared Sub alSourcefv( _
   ByVal source As Integer, _
   ByVal attribute As Integer, _
   ByRef values As Single _
)
[C#]
public static void alSourcefv(
   int source,
   int attribute,
   ref float values
);

Parameters

source
Source name whose attribute is being set.
attribute

The name of the attribute being set:

values
A pointer to the vector to set the attribute to.

See Also

Al Class | Tao.OpenAl Namespace | Al.alSourcefv Overload List