Function set_channel_finished
pub fn set_channel_finished(f: impl Fn(Channel) + 'static)
Available on crate feature
dep_sdl2
only.Expand description
When channel playback is halted, then the specified channel_finished
function is called.