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.