Defines the driver type (DirectSound, ASIO or WASAPI).
Declaration Syntax
C# | Visual Basic |
public enum DriverType
Public Enumeration DriverType
Members
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).
|