Miles Sound System SDK 7.2a

AILLENGTHYCB

The function AILLENGTHYCB specifies a user-defined callback that gets called during lengthy Miles operations.

S32 AILCALLBACK AILLENGTHYCB(
  U32 state,
  UINTa value
);

In Parameters

state
indicates the current callback state. It will be set to one of the MILES_LENGTHY_STATE constants.
value
provides an extra value to the callback. This value has different meaning depending on the state variable.

Returns

Your callback should return zero to cancel the callback, or non-zero to continue processing.


Group: Utility Services
Related Functions: AILCODECSETPROP, AIL_compress_ASI, AIL_compress_DLS, AIL_decompress_ASI, AIL_extract_DLS, AIL_filter_DLS_with_XMI
Related Basic Types: MILES_LENGTHY_STATE, S32, U32, UINTa

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