Tao.OpenAl SDK Documentation |
|
Alc.alcOpenDevice Method
Opens a device by name.
[Visual Basic]
Public Shared Function alcOpenDevice( _
ByVal
deviceName As
String _
) As
IntPtr
[C#]
public static
IntPtr alcOpenDevice(
string deviceName);
Parameters
-
deviceName
- A null-terminated string describing a device.
Return Value
Returns a pointer to the opened device.
See Also
Alc Class | Tao.OpenAl Namespace