|
UniMRCP
1.7.0
|
#include <mrcp_client_session.h>

Data Fields | |
| apr_pool_t * | pool |
| void * | obj |
| mrcp_resource_t * | resource |
| mrcp_session_t * | session |
| mrcp_control_channel_t * | control_channel |
| mpf_termination_t * | termination |
| rtp_termination_slot_t * | rtp_termination_slot |
| apt_bool_t | waiting_for_channel |
| apt_bool_t | waiting_for_termination |
MRCP channel
| mrcp_control_channel_t* mrcp_channel_t::control_channel |
MRCP control channel
| void* mrcp_channel_t::obj |
External object associated with channel
| apr_pool_t* mrcp_channel_t::pool |
Memory pool
| mrcp_resource_t* mrcp_channel_t::resource |
MRCP resource
| rtp_termination_slot_t* mrcp_channel_t::rtp_termination_slot |
Associated RTP termination slot
| mrcp_session_t* mrcp_channel_t::session |
MRCP session entire channel belongs to
| mpf_termination_t* mrcp_channel_t::termination |
Media termination
| apt_bool_t mrcp_channel_t::waiting_for_channel |
waiting state of control channel
| apt_bool_t mrcp_channel_t::waiting_for_termination |
waiting state of media termination
1.8.13