Function rusteron_media_driver::bindings::aeron_image_set_position
source ยท pub unsafe extern "C" fn aeron_image_set_position(
image: *mut aeron_image_t,
position: i64,
) -> c_int
Expand description
Set the subscriber position for this image to indicate where it has been consumed to.
@param image to set the position of. @param new_position for the consumption point.