pub unsafe extern "C" fn Y2RU_SetInputFormat(
    format: Y2RU_InputFormat
) -> Result
Expand description

Used to configure the input format.

§Arguments

  • format - Input format to use.

Note: Prefer using Y2RU_SetConversionParams if you have to set multiple parameters.