Function obs_sys::obs_fader_create

source ·
pub unsafe extern "C" fn obs_fader_create(
    type_: obs_fader_type
) -> *mut obs_fader_t
Expand description

@brief Create a fader @param type the type of the fader @return pointer to the fader object

A fader object is used to map input values from a gui element to dB and subsequently multiplier values used by libobs to mix audio. The current “position” of the fader is internally stored as dB value.