pub unsafe extern "C" fn obs_output_set_delay(
    output: *mut obs_output_t,
    delay_sec: u32,
    flags: u32
)
Expand description

Sets the current output delay, in seconds (if the output supports delay).

If delay is currently active, it will set the delay value, but will not affect the current delay, it will only affect the next time the output is activated.