| Miles Sound System SDK 7.2a |
The function AIL_enumerate_sample_stage_properties enumerates the possible sample-level filter properties for the filter currently assigned to a given HSAMPLE processing stage.
S32 AIL_enumerate_sample_stage_properties( HSAMPLE S, SAMPLESTAGE stage, HINTENUM *next, RIB_INTERFACE_ENTRY *dest ); |
0 if no further sample properties were found; non-zero if another property was found.
Sample-level properties are properties that are set for a single sample. For properties that are global to the filter, use the AIL_enumerate_filter_properties function.
This function is similar to AIL_enumerate_filter_sample_properties, except it works directly with an HSAMPLE/SAMPLESTAGE pair instead of requiring you to look up the HPROVIDER with AIL_sample_processor.
Group:
Digital Filter Services
Related Functions:
AIL_enumerate_filter_properties, AIL_enumerate_filter_sample_properties, AIL_enumerate_output_filter_driver_properties, AIL_enumerate_output_filter_sample_properties, AIL_sample_processor, AIL_sample_stage_property
Related Basic Types:
HINTENUM, HSAMPLE, S32, SAMPLESTAGE
Related Structures:
RIB_INTERFACE_ENTRY
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.