pub unsafe extern "C" fn aeron_archive_try_stop_recording_by_identity(
    stopped_p: *mut bool,
    aeron_archive: *mut aeron_archive_t,
    recording_id: i64,
) -> c_int
Expand description

Stop recording for the specified recording id.

@param stopped_p out param indicating true if stopped, or false if the recording is not currently active @param aeron_archive the archive client @param recording_id the id of the recording to be stopped @return 0 for success, -1 for failure