Function Channel.expireAll
Acts as Mix_ExpireChannel(-1, ms)
which halts all channels after a specified delay
static void expireAll
(
uint ms
) @trusted;
Parameters
Name | Description |
---|---|
ms | number of milliseconds before the channels halt |