Channel.expireAll

Acts as Mix_ExpireChannel(-1, ms) which halts all channels after a specified delay

class Channel
static @trusted
void
expireAll
(
uint ms
)

Parameters

ms uint

number of milliseconds before the channels halt

Meta