Tao.OpenAl SDK Documentation |
|
Al.alGetBufferi Method (Int32, Int32, Int32*)
Retrieves an integer property of a buffer.
[Visual Basic]
Overloads Public Shared Sub alGetBufferi( _
ByVal
buffer As
Integer, _
ByVal
attribute As
Integer, _
ByVal
val As
Int32* _
)
Parameters
-
buffer
- Buffer name whose attribute is being retrieved.
-
attribute
-
The name of the attribute to be retrieved:
-
val
- A pointer to an integer to hold the retrieved data.
See Also
Al Class | Tao.OpenAl Namespace | Al.alGetBufferi Overload List