pub unsafe extern "C" fn DSP_WriteProcessPipe(
    channel: u32_,
    buffer: *const c_void,
    length: u32_
) -> Result
Expand description

Writes to a pipe.

§Arguments

  • channel - unknown. Usually 2
  • buffer - The message to send to the DSP process
  • length - Length of the message