Tao.OpenAl SDK Documentation

Al.alGetBufferfv Method (Int32, Int32, Single*)

Retrieves a floating point property of a buffer.

[Visual Basic]
Overloads Public Shared Sub alGetBufferfv( _
   ByVal buffer As Integer, _
   ByVal attribute As Integer, _
   ByVal val As Single* _
)
[C#]
public static void alGetBufferfv(
   int buffer,
   int attribute,
   Single* 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.alGetBufferfv Overload List