pub unsafe extern "C" fn CAMU_GetMaxLines(
maxLines: *mut s16,
width: s16,
height: s16,
) -> ResultExpand description
Gets the maximum number of lines that can be saved to an image buffer.
ยงArguments
maxLines- Pointer to write the maximum number of lines to.width- Width of the image.height- Height of the image.