Miles Sound System SDK 7.2a

AIL_input_callback

The function AIL_input_callback specifies a user callback that is called as audio data is received by the input device.

void AILCALLBACK AIL_input_callback(
  void const * data,
  S32 bytes,
  UINTa user_data
);

In Parameters

data
points to a buffer containing the audio data.
bytes
specifies the length in bytes of the audio buffer.
user_data
specifies the user_data value from the input structure.

Discussion

This function is called back from Miles as digital audio is received from the input device.


Group: Digital Audio Input (Recording) Services
Related Basic Types: S32, UINTa, void, void const *
Related Structures: AIL_INPUT_INFO

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