acxdriver.h header
This header is used by the ACX audio class extensions.
For more information, see:
acxdriver.h contains the following programming interfaces:
Functions
ACX_DRIVER_CONFIG_INIT The ACX_DRIVER_CONFIG_INIT function initializes an ACX_DRIVER_CONFIG structure before calling AcxDriverInitialize. |
ACX_DRIVER_VERSION_AVAILABLE_PARAMS_INIT The ACX_DRIVER_VERSION_AVAILABLE_PARAMS_INIT function initializes an ACX_DRIVER_VERSION_AVAILABLE_PARAMS structure before calling the AcxDriverIsVersionAvailable function. |
AcxDriverInitialize The AcxDriverInitialize function initializes the specified audio driver. |
AcxDriverIsVersionAvailable The AcxDriverIsVersionAvailable function returns a Boolean value indicating if the specified driver version is available. |
Structures
ACX_DRIVER_CONFIG The ACX_DRIVER_CONFIG structure provides configuration information to the class extension. |
ACX_DRIVER_VERSION_AVAILABLE_PARAMS The ACX_DRIVER_VERSION_AVAILABLE_PARAMS structure is passed as a parameter to the AcxDriverIsVersionAvailable function. |
Enumerations
ACX_DRIVER_CONFIG_FLAGS The ACX_DRIVER_CONFIG_FLAGS enum defines values used to configure the audio class extension. |