pub unsafe extern "C" fn CSND_SetVol(
channel: u32_,
chnVolumes: u32_,
capVolumes: u32_,
)Expand description
Sets a channel’s volume.
§Arguments
channel- Channel to use.chnVolumes- Channel volume data to set.capVolumes- Capture volume data to set.