Prosody signal path processing: API: sm_path_destroy

Prototype Definition

int sm_path_destroy(tSMPathId path)

Parameters

path
A tSMPathId that has been prevously created by a call to sm_path_create() .

Description

Destroys path and invalidates the tSMPathId.

Returns

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


This function is part of the Prosody signal path processing API.