pub unsafe extern "C" fn CSND_CapSetRepeat(
    capUnit: u32_,
    repeat: bool
)
Expand description

Sets whether a capture unit should repeat.

§Arguments

  • capUnit - Capture unit to use.
  • repeat - Whether the capture unit should repeat.