Defines the driver type (DirectSound, ASIO or WASAPI).
![](../icons/collapse_all.gif)
C# | Visual Basic |
public enum DriverType
Public Enumeration DriverType
![](../icons/collapse_all.gif)
Member | Description |
---|---|
DirectSound |
DirectSound (most popular choice).
|
ASIO |
ASIO (requires a compatible ASIO driver, usually for low-latency sound cards).
|
WASAPI |
WASAPI (only for Windows Vista and Windows 7).
|