pub unsafe extern "C" fn CSND_CapSetBuffer(
    capUnit: u32_,
    addr: u32_,
    size: u32_
)
Expand description

Sets a capture unit’s buffer.

§Arguments

  • capUnit - Capture unit to use.
  • addr - Buffer address to use.
  • size - Size of the buffer.