Prosody high level FILE play/record: API: sm_replay_file_stop

Prototype Definition

int sm_replay_file_stop(SM_FILE_REPLAY_PARMS *file_parms)

Parameters

file_parms
A pointer to a structure passed into sm_replay_file_start() to start a replay that has not yet indicated that it has finished.

Description

Abort a previously initiated file replay (note this function assumes the current file replay is being progressed by a separate thread of execution in which sm_replay_file_complete() has been invoked).

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody high level FILE play/record API.