Miles Sound System SDK 7.2a

AIL_set_digital_driver_processor

The function AIL_set_digital_driver_processor assigns the default filter or mixer stages for a digital driver.

HPROVIDER AIL_set_digital_driver_processor(
  HDIGDRIVER dig,
  DIGDRVSTAGE pipeline_stage,
  HPROVIDER provider
);

In Parameters

dig
specifies the digital driver handle to use.
pipeline_stage
specifies the stage to assign the provider to. It should be set to one of the DIGDRVSTAGE constants.
provider
specifies the provider to set.

Returns

The previously installed provider value.

Discussion

This function is used to install a new mixer provider or to install default filter processors.

This function is rarely used - generally you should always use AIL_set_sample_processor to install filters or replacement mixers.


Group: Digital Filter Services
Related Functions: AIL_digital_driver_processor, AIL_set_sample_processor
Related Basic Types: DIGDRVSTAGE, HDIGDRIVER, HPROVIDER

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.