pub unsafe extern "C" fn Y2RU_SetInputLines(num_lines: u16_) -> Result
Expand description

Used to configure the height of the image.

§Arguments

  • num_lines - Number of lines to be converted.

A multiple of 8 seems to be preferred. If using the BLOCK_8_BY_8 mode, it must be a multiple of 8.

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