pub unsafe extern "C" fn CSND_SetAdpcmState(
channel: u32_,
block: c_int,
sample: c_int,
index: c_int,
)Expand description
Sets a channel’s ADPCM state.
§Arguments
channel- Channel to use.block- Current block.sample- Current sample.index- Current index.