pub unsafe extern "C" fn DSP_WriteProcessPipe(
channel: u32_,
buffer: *const c_void,
length: u32_,
) -> ResultExpand description
Writes to a pipe.
ยงArguments
channel- unknown. Usually 2buffer- The message to send to the DSP processlength- Length of the message