Miles Sound System SDK 7.2a

AIL_sample_processor

The function AIL_sample_processor returns the current filter or mixer stage provider for a specific sample.

HPROVIDER AIL_sample_processor(
  HSAMPLE S,
  SAMPLESTAGE pipeline_stage
);

In Parameters

S
specifies the HSAMPLE handle to query.
pipeline_stage
specifies the stage to query. Use one of the SAMPLESTAGE constants.

Returns

The currently-installed provider.


Group: Digital Filter Services
Related Functions: AIL_enumerate_sample_stage_properties, AIL_set_sample_processor
Related Basic Types: HPROVIDER, HSAMPLE, SAMPLESTAGE

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