Tao.OpenAl SDK Documentation |
|
Alc.alcCreateContext Method (IntPtr, Int32)
Creates a context using a specified device.
[Visual Basic]
Overloads Public Shared Function alcCreateContext( _
ByVal
device As
IntPtr, _
ByRef
attribute As
Integer _
) As
IntPtr
[C#]
public static
IntPtr alcCreateContext(
IntPtr device,
ref
int attribute);
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