Tao.OpenAl SDK Documentation

Al.alGetBufferf Method (Int32, Int32, IntPtr)

Retrieves a floating point property of a buffer.

[Visual Basic]
Overloads Public Shared Sub alGetBufferf( _
   ByVal buffer As Integer, _
   ByVal attribute As Integer, _
   ByVal val As IntPtr _
)
[C#]
public static void alGetBufferf(
   int buffer,
   int attribute,
   IntPtr val
);

Parameters

buffer
Buffer name whose attribute is being retrieved.
attribute
The name of the attribute to be retrieved.
val
A pointer to an float to hold the retrieved data.

Remarks

There are no float attributes for buffers at this time.

See Also

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