Function ctru_sys::ndspChnGetMix

source ·
pub unsafe extern "C" fn ndspChnGetMix(id: c_int, mix: *mut f32)
Expand description

Gets the mix parameters (volumes) of a channel.

§Arguments

  • id - ID of the channel (0..23)
  • mix - Mix parameters to write out to. See ndspChnSetMix.