Browse
 
Tools
Rss Categories

LV_TTS_DestroyClient

Reference Number: AA-00985 Views: 10459 0 Rating/ Voters

Releases a TTS client object that was created using LV_TTS_CreateClient. Proper destruction of the TTS client object allows for recycling of any license(s) acquired by it. This should be called for every successful call to LV_TTS_CreateClient when your application has finished using the TTS object. See Using Visemes with TTS for an example.

Function

  • LV_TTS_RETURN_CODE LV_TTS_DestroyClient(HTTSCLIENT client_handle);

Parameters

client_handle

The handle to the TTS client port that is to be released.

Return Values

LV_SUCCESS

No errors.

LV_INVALID_TTS_HANDLE

The input TTS client handle is not a valid one.

LV_EXCEPTION

An exception occurred while processing the request.