Function csndGetState

Source
pub unsafe extern "C" fn csndGetState(
    channel: u32_,
    out: *mut CSND_ChnInfo,
) -> Result
Expand description

Gets a channel’s state.

§Arguments

  • channel - Channel to get the state of.
  • out - Pointer to output channel information to.