Function Y2RU_SetConversionParams

Source
pub unsafe extern "C" fn Y2RU_SetConversionParams(
    params: *const Y2RU_ConversionParams,
) -> Result
Expand description

Sets all of the parameters of Y2RU_ConversionParams at once.

ยงArguments

  • params - Conversion parameters to set.

Faster than calling the individual value through Y2R_Set* because only one system call is made.