pub fn with_mixer<R, F: FnOnce(&mut AudioMixer) -> R>(
f: F,
) -> Result<R, KernelError>Expand description
Access the global mixer through a closure
pub fn with_mixer<R, F: FnOnce(&mut AudioMixer) -> R>(
f: F,
) -> Result<R, KernelError>Access the global mixer through a closure