pub unsafe extern "C" fn Y2RU_SetInputLines(num_lines: u16_) -> ResultExpand 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.