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, _
   ByRef value1 As Single, _
   ByRef value2 As Single, _
   ByRef value3 As Single _
)
[C#]
public static void alGetSource3f(
   int source,
   int attribute,
   out float value1,
   out float value2,
   out 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