Tao.OpenAl SDK Documentation

Al.alGetSource3f Method (Int32, Int32, IntPtr, IntPtr, IntPtr)

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