pub unsafe extern "C" fn ndspChnSetAdpcmCoefs(
    id: c_int,
    coefs: *mut u16_
)
Expand description

Sets the DSPADPCM coefficients of a channel.

§Arguments

  • id - ID of the channel (0..23).
  • coefs - DSPADPCM coefficients to use.