Microsoft DirectX 8.1 (Visual Basic) |
An object of the DirectSoundEnum8 class represents a collection of DirectSound-capable devices. The object is obtained by using the DirectX8.GetDSEnum or DirectX8.GetDSCaptureEnum method.
This class has the following methods:
Method | Description |
GetCount | retrieves the number of devices in the enumeration. |
GetDescription | Retrieves the friendly name of a device in the enumeration. |
GetGuid | Retrieves the unique identifier of a device in the enumeration. |
GetName | Retrieves the name of a device driver in the enumeration. |
See Also