Function CSND_CapSetRepeat

Source
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.