Tao.OpenAl SDK Documentation |
|
Alc.alcCreateContext Method (IntPtr, IntPtr)
Creates a context using a specified device.
[Visual Basic]
Overloads Public Shared Function alcCreateContext( _
ByVal
device As
IntPtr, _
ByVal
attribute As
IntPtr _
) As
IntPtr
Parameters
-
device
- A pointer to a device.
-
attribute
-
A pointer to a set of attributes:
Return Value
Returns a pointer to the new context (IntPtr.Zero on failure).
See Also
Alc Class | Tao.OpenAl Namespace | Alc.alcCreateContext Overload List