Tao.OpenAl SDK Documentation

Alc.alcGetIntegerv Method (IntPtr, Int32, Int32, IntPtr)

Returns integers related to the context.

[Visual Basic]
Overloads Public Shared Sub alcGetIntegerv( _
   ByVal device As IntPtr, _
   ByVal attribute As Integer, _
   ByVal size As Integer, _
   ByVal data As IntPtr _
)
[C#]
public static void alcGetIntegerv(
   IntPtr device,
   int attribute,
   int size,
   IntPtr data
);

Parameters

device
The device to be queried.
attribute

An attribute to be retrieved:

size
The size of the destination buffer provided.
data
A pointer to the data to be returned.

See Also

Alc Class | Tao.OpenAl Namespace | Alc.alcGetIntegerv Overload List