pub unsafe extern "C" fn aeron_archive_stop_recording_channel_and_stream(
aeron_archive: *mut aeron_archive_t,
channel: *const c_char,
stream_id: i32,
) -> c_int
Expand description
Stop recording for the specified channel and stream.
Channels that include session id parameters are considered different than channels without session ids. Stopping a recording on a channel without a session id parameter will not stop the recording of any session id specific recordings that use the same channel and stream id.
@param aeron_archive the archive client @param channel the channel of the recording to be stopped @param stream_id the stream id of the recording to be stopped @return 0 for success, -1 for failure