pub unsafe extern "C" fn obs_output_pause(
output: *mut obs_output_t,
pause: bool,
) -> bool
Expand description
Pauses the output (if the functionality is allowed by the output
pub unsafe extern "C" fn obs_output_pause(
output: *mut obs_output_t,
pause: bool,
) -> bool
Pauses the output (if the functionality is allowed by the output