IrrKlang.NET

ISoundDeviceList Class

A list of sound devices for a sound driver. Use irrklang::createSoundDeviceList() to create this list. The function createIrrKlangDevice() has a parameter 'deviceID' which takes the value returned by ISoundDeviceList::getDeviceID() and uses that device then. The list of devices in ISoundDeviceList usually also includes the default device which is the first entry and has an empty deviceID string ("") and the description "default device".*/

For a list of all members of this type, see ISoundDeviceList Members.

System.Object
   IrrKlang.ISoundDeviceList

[Visual Basic]
Public Class ISoundDeviceList
[C#]
public class ISoundDeviceList

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IrrKlang

Assembly: irrKlang.NET (in irrKlang.NET.dll)

See Also

ISoundDeviceList Members | IrrKlang Namespace