Tao.OpenAl SDK Documentation

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

[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
);

See Also

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