UniMRCP  1.7.0
Data Structures | Typedefs | Functions
mrcp_unirtsp_server_agent.h File Reference

Implementation of MRCP Signaling Interface using UniRTSP. More...

#include <apr_network_io.h>
#include "mrcp_sig_agent.h"
Include dependency graph for mrcp_unirtsp_server_agent.h:

Go to the source code of this file.

Data Structures

struct  rtsp_server_config_t
 

Typedefs

typedef typedefAPT_BEGIN_EXTERN_C struct rtsp_server_config_t rtsp_server_config_t
 

Functions

mrcp_sig_agent_tmrcp_unirtsp_server_agent_create (const char *id, rtsp_server_config_t *config, apr_pool_t *pool)
 
rtsp_server_config_tmrcp_unirtsp_server_config_alloc (apr_pool_t *pool)
 

Detailed Description

Implementation of MRCP Signaling Interface using UniRTSP.

Typedef Documentation

◆ rtsp_server_config_t

typedef typedefAPT_BEGIN_EXTERN_C struct rtsp_server_config_t rtsp_server_config_t

UniRTSP config declaration

Function Documentation

◆ mrcp_unirtsp_server_agent_create()

mrcp_sig_agent_t* mrcp_unirtsp_server_agent_create ( const char *  id,
rtsp_server_config_t config,
apr_pool_t *  pool 
)

Create UniRTSP signaling agent.

◆ mrcp_unirtsp_server_config_alloc()

rtsp_server_config_t* mrcp_unirtsp_server_config_alloc ( apr_pool_t *  pool)

Allocate UniRTSP config.