Channel.expire

Wraps Mix_ExpireChannel which halts the channel after a specified delay

class Channel
const @trusted
void
expire
(
uint ms
)

Parameters

ms uint

number of milliseconds before the channel halts

Meta