pub unsafe extern "C" fn aeron_archive_stop_recording_subscription(
aeron_archive: *mut aeron_archive_t,
subscription_id: i64,
) -> c_int
Expand description
Stop recording for the specified subscription id. This is the subscription id returned from aeron_archive_start_recording or aeron_archive_extend_recording.
@param aeron_archive the archive client @param subscription_id the subscription id for the recording in the Aeron Archive @return 0 for success, -1 for failure