pub unsafe extern "C" fn openmpt_module_get_render_param(
    mod_: *mut openmpt_module,
    param: c_int,
    value: *mut i32
) -> c_int
Expand description

\brief Get render parameter

\param mod The module handle to work on. \param param Parameter to query. See \ref openmpt_module_render_param \param value Pointer to the variable that receives the current value of the parameter. \return 1 on success, 0 on failure (invalid param or value is NULL). \sa OPENMPT_MODULE_RENDER_MASTERGAIN_MILLIBEL \sa OPENMPT_MODULE_RENDER_STEREOSEPARATION_PERCENT \sa OPENMPT_MODULE_RENDER_INTERPOLATIONFILTER_LENGTH \sa OPENMPT_MODULE_RENDER_VOLUMERAMPING_STRENGTH \sa openmpt_module_set_render_param