Function libaeron_sys::aeron_subscription_image_at_index

source ยท
pub unsafe extern "C" fn aeron_subscription_image_at_index(
    subscription: *mut aeron_subscription_t,
    index: usize
) -> *mut aeron_image_t
Expand description

Return the image at the given index.

Note: the returned image is considered retained by the application and thus must be released via aeron_image_release when finished or if the image becomes unavailable.

@param subscription to search. @param index for the image. @return image at the given index or NULL if no image exists.