Function ctru_sys::csndIsPlaying

source ·
pub unsafe extern "C" fn csndIsPlaying(
    channel: u32_,
    status: *mut u8_
) -> Result
Expand description

Gets whether a channel is playing.

§Arguments

  • channel - Channel to check.
  • status - Pointer to output the channel status to.