Browse
 
Tools
Rss Categories

LVTTSClient::Destroy

Reference Number: AA-01013 Views: 11590 0 Rating/ Voters

Release resources of a TTS client object that was initialized using Initialize. 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 Initialize when your application has finished using the TTS object.

Function

  • LV_TTS_RETURN_CODE Destroy(void)

Return Values

LV_SUCCESS

No errors.

LV_INVALID_TTS_HANDLE

The TTS client handle is invalid (either Initialize has not been called or Destroy has already been called).

LV_EXCEPTION

An exception occurred while processing the request.