Function 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.