LVCA_AddOneTimeLibraryAudio

This function adds audio from the projects audio library to the current audio queue.

 

BOOL LVCA_AddOneTimeLibraryAudioA(HANDLE hCA, LPCSTR Description);

BOOL LVCA_AddOneTimeLibraryAudioW(HANDLE hCA, LPCWSTR Description);

 

Return Value

 

These functions return true if successful, otherwise false will be returned.  Call LVCA_GetLastCallError to retrieve the error code and message.

 

Parameters

 

hCA

The handle given by the event callback.

 

Description

A pointer to a string containing the description of the library audio to add

 

Remarks

 

The added audio will only play once.  The Platform does not inhibit duplicate descriptions of the audio library entries.  The function will add the first audio file matching the given description.


Complete Help Topic List | Speech Platform Product Information