pub unsafe extern "C" fn obs_encoder_update(
encoder: *mut obs_encoder_t,
settings: *mut obs_data_t,
)
Expand description
Updates the settings of the encoder context. Usually used for changing bitrate while active
pub unsafe extern "C" fn obs_encoder_update(
encoder: *mut obs_encoder_t,
settings: *mut obs_data_t,
)
Updates the settings of the encoder context. Usually used for changing bitrate while active