| 
    UniMRCP
    1.5.0
    
   | 
 
Implementation of MRCP Signaling Interface using UniRTSP. More...
Go to the source code of this file.
Data Structures | |
| struct | rtsp_client_config_t | 
Typedefs | |
| typedef  typedefAPT_BEGIN_EXTERN_C struct rtsp_client_config_t  | rtsp_client_config_t | 
Functions | |
| mrcp_sig_agent_t * | mrcp_unirtsp_client_agent_create (const char *id, rtsp_client_config_t *config, apr_pool_t *pool) | 
| rtsp_client_config_t * | mrcp_unirtsp_client_config_alloc (apr_pool_t *pool) | 
Implementation of MRCP Signaling Interface using UniRTSP.
| typedef typedefAPT_BEGIN_EXTERN_C struct rtsp_client_config_t rtsp_client_config_t | 
Declaration of UniRTSP agent config
| mrcp_sig_agent_t* mrcp_unirtsp_client_agent_create | ( | const char * | id, | 
| rtsp_client_config_t * | config, | ||
| apr_pool_t * | pool | ||
| ) | 
Create UniRTSP signaling agent.
| rtsp_client_config_t* mrcp_unirtsp_client_config_alloc | ( | apr_pool_t * | pool | ) | 
Allocate UniRTSP config.
 1.8.6