Tao.OpenAl SDK Documentation |
|
Al.alGetBufferf Method (Int32, Int32, Int32[])
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
Integer() _
)
[C#]
public static
void alGetBufferf(
int buffer,
int attribute,
int[] 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