| Miles Sound System SDK 7.2a |
The function AIL_stream_sample_handle returns the underlying HSAMPLE associated with a given HSTREAM instance.
HSAMPLE AIL_stream_sample_handle( HSTREAM stream ); |
The HSAMPLE used by the stream object to render its digital audio.
In MSS 7, a number of redundant functions were replaced with this accessor function. If your application previously called AIL_set_stream_reverb_levels, AIL_stream_get_reverb_levels, AIL_stream_processor, AIL_set_stream_processor, AIL_stream_playback_rate, AIL_set_stream_playback_rate, AIL_set_stream_low_pass_cut_off, AIL_stream_low_pass_cut_off, AIL_set_stream_volume_pan, AIL_stream_volume_pan, or AIL_filter_stream_property, it should be modified to call the HSAMPLE-based version of those functions after obtaining the stream's underlying HSAMPLE via AIL_stream_sample_handle.
Group:
Digital Audio Streaming Services
Related Functions:
AIL_open_stream, AIL_stream_sample_handle
Related Basic Types:
HSAMPLE, HSTREAM
Related FAQs:
How do I apply a low-pass filter?, I used an older version of Miles and now my volume and pan calls are weird - what's going on? And what's with the two types of volume functions?, What's the best way to port my older Miles application to MSS 7?
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.