asrm_context_destroy()

Save a context.

Synopsis:

#include "asr/asrm.h"
 
int asrm_context_destroy(asr_context_hdl_t *chdl)

Arguments:

chdl

A pointer to the context handle.

Library:

libasr

Description:

The asrm_context_destroy() function destroys the specified context by invoking the current recognition module's context_destroy() callback function. The exact implementation of the callback depends on the ASR vendor.

Returns:

0 Success.

<0 An error occurred.