pub unsafe extern "C" fn obs_fader_set_db(
fader: *mut obs_fader_t,
db: f32,
) -> bool
Expand description
@brief Set the fader dB value @param fader pointer to the fader object @param db new dB value @return true if value was set without clamping