pub unsafe extern "C" fn ndspChnSetInterp(
id: c_int,
type_: ndspInterpType,
)Expand description
Sets the interpolation type of a channel.
ยงArguments
id- ID of the channel (0..23).type- Interpolation type to use.
pub unsafe extern "C" fn ndspChnSetInterp(
id: c_int,
type_: ndspInterpType,
)Sets the interpolation type of a channel.
id - ID of the channel (0..23).type - Interpolation type to use.