pub unsafe extern "C" fn csndGetState(
channel: u32_,
out: *mut CSND_ChnInfo,
) -> ResultExpand description
Gets a channel’s state.
§Arguments
channel- Channel to get the state of.out- Pointer to output channel information to.
pub unsafe extern "C" fn csndGetState(
channel: u32_,
out: *mut CSND_ChnInfo,
) -> ResultGets a channel’s state.
channel - Channel to get the state of.out - Pointer to output channel information to.