Function Channel.expire
Wraps Mix_ExpireChannel
which halts the channel after a specified delay
void expire
(
uint ms
) @trusted const;
Parameters
Name | Description |
---|---|
ms | number of milliseconds before the channel halts |