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, _
ByRef
val As
Integer _
)
[C#]
public static
void alGetBufferi(
int buffer,
int attribute,
out
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 integer to hold the retrieved data.
See Also
Al Class | Tao.OpenAl Namespace | Al.alGetBufferi Overload List