| Miles Sound System SDK 7.2a |
The function AIL_stream_user_data retrieves a value for one of eight user data entries associated with each stream handle.
SINTa AIL_stream_user_data( HSTREAM stream, U32 index ); |
The value which was previously stored at user data entry index.
Stream user data entries are provided to assist application programs in keeping track of its allocated stream handles. They are especially useful for communicating with the callback function to which only stream handles are passed, without resorting to the use of global variables.
The MSS system never alters or initializes user data values under any circumstances.
Group:
Digital Audio Streaming Services
Related Functions:
AIL_set_stream_user_data
Related Basic Types:
HSTREAM, SINTa, U32
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.