|
UniMRCP
1.3.0
|
Factory of MRCPv2 Connection Agents. More...
#include "mrcp_connection_types.h"Go to the source code of this file.
Functions | |
| APT_BEGIN_EXTERN_C mrcp_ca_factory_t * | mrcp_ca_factory_create (apr_pool_t *pool) |
| apt_bool_t | mrcp_ca_factory_agent_add (mrcp_ca_factory_t *mpf_factory, mrcp_connection_agent_t *agent) |
| apt_bool_t | mrcp_ca_factory_is_empty (const mrcp_ca_factory_t *factory) |
| mrcp_connection_agent_t * | mrcp_ca_factory_agent_select (mrcp_ca_factory_t *factory) |
Factory of MRCPv2 Connection Agents.
| apt_bool_t mrcp_ca_factory_agent_add | ( | mrcp_ca_factory_t * | mpf_factory, |
| mrcp_connection_agent_t * | agent | ||
| ) |
Add connection agent to factory.
| mrcp_connection_agent_t* mrcp_ca_factory_agent_select | ( | mrcp_ca_factory_t * | factory | ) |
Select next available agent.
| APT_BEGIN_EXTERN_C mrcp_ca_factory_t* mrcp_ca_factory_create | ( | apr_pool_t * | pool | ) |
Create factory of connection agents.
| apt_bool_t mrcp_ca_factory_is_empty | ( | const mrcp_ca_factory_t * | factory | ) |
Determine whether factory is empty.
1.8.3.1