Abstract MRCP Signaling Agent. More...
#include <apr_network_io.h>
#include <apr_tables.h>
#include "mrcp_sig_types.h"
#include "apt_task.h"
Go to the source code of this file.
Data Structures | |
struct | mrcp_sig_settings_t |
struct | mrcp_sig_agent_t |
Functions | |
mrcp_sig_agent_t * | mrcp_signaling_agent_create (const char *id, void *obj, mrcp_version_e mrcp_version, apr_pool_t *pool) |
mrcp_sig_settings_t * | mrcp_signaling_settings_alloc (apr_pool_t *pool) |
Abstract MRCP Signaling Agent.
mrcp_sig_agent_t* mrcp_signaling_agent_create | ( | const char * | id, | |
void * | obj, | |||
mrcp_version_e | mrcp_version, | |||
apr_pool_t * | pool | |||
) |
Create signaling agent.
mrcp_sig_settings_t* mrcp_signaling_settings_alloc | ( | apr_pool_t * | pool | ) |
Allocate MRCP signaling settings.