Enum DSCaptureDevice.TVLDSDriverInfo
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabBasicPkg
Unit: DSCaptureDevice
Contents |
Syntax
Delphi:
type TVLDSDriverInfo = (diDisplayName, diDriverName, diBoth);
C++ Builder:
enum TVLDSDriverInfo {diDisplayName, diDriverName, diBoth};
Visual C++ (MFC):
enum CTVLDSDriverInfo {diDisplayName, diDriverName, diBoth};
Summary
Enumeration to be used by the GetDeviceList function of the TDSDevice class.
Description
Defines enumeration to be used by the GetDeviceList function of the TDSDevice class.
Values
diDisplayName | Return only the display name for the driver. |
diDriverName | Return only the driver name. |
diBoth | Return both the display name for the driver and the driver name. |