pub unsafe extern "C" fn obs_output_set_reconnect_settings(
    output: *mut obs_output_t,
    retry_count: c_int,
    retry_sec: c_int
)
Expand description

Sets the reconnect settings. Set retry_count to 0 to disable reconnecting.