Tao.OpenAl SDK Documentation

Al.alGetSource3f Method (Int32, Int32, Single[], Single[], Single[])

Retrieves an integer property of a source.

[Visual Basic]
Overloads Public Shared Sub alGetSource3f( _
   ByVal source As Integer, _
   ByVal attribute As Integer, _
   ByVal value1 As Single(), _
   ByVal value2 As Single(), _
   ByVal value3 As Single() _
)
[C#]
public static void alGetSource3f(
   int source,
   int attribute,
   float[] value1,
   float[] value2,
   float[] value3
);

Parameters

source
Source name whose attribute is being retrieved.
attribute

The name of the attribute to retrieve:

value1
The float values which the attribute will be set to.
value2
The float values which the attribute will be set to.
value3
The float values which the attribute will be set to.

See Also

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