Miles Sound System SDK 7.2a

AIL_stop_all_timers

The function AIL_stop_all_timers stops periodic time-slice interrupt service to the callback functions registered to all active timer handles.

void AIL_stop_all_timers();

Discussion

The application program should not normally call AIL_stop_all_timers, as this function affects timers assigned to sound drivers as well as any timers assigned to the application. Stopping a timer assigned to a sound driver may result in "stuck notes," looping sound fragments, or other unwanted effects.


Group: Timer Services
Related Functions: AIL_start_all_timers, AIL_stop_all_timers
Related Basic Types: void

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