SDLMixer.halt

Clears the channel and pauses it.

class SDLMixer
void
halt
(,
Duration delay = 0.msecs
)

Parameters

channel int

channel to halt. -1 halts all channels.

delay Duration

time after which to perform the halt.

Meta