pub unsafe extern "C" fn obs_encoder_set_scaled_size(
encoder: *mut obs_encoder_t,
width: u32,
height: u32,
)
Expand description
Sets the scaled resolution for a video encoder. Set width and height to 0 to disable scaling. If the encoder is active, this function will trigger a warning, and do nothing.