Tao.OpenAl SDK Documentation

Al.alGetBuffer3f Method 

[Visual Basic]
Public Shared Sub alGetBuffer3f( _
   ByVal buffer As Integer, _
   ByVal attribute As Integer, _
   ByRef value1 As Single, _
   ByRef value2 As Single, _
   ByRef value3 As Single _
)
[C#]
public static void alGetBuffer3f(
   int buffer,
   int attribute,
   out float value1,
   out float value2,
   out float value3
);

See Also

Al Class | Tao.OpenAl Namespace