UniMRCP  1.7.0
Data Fields
mrcp_channel_t Struct Reference

#include <mrcp_client_session.h>

Collaboration diagram for mrcp_channel_t:
Collaboration graph
[legend]

Data Fields

apr_pool_t * pool
 
void * obj
 
mrcp_resource_tresource
 
mrcp_session_tsession
 
mrcp_control_channel_tcontrol_channel
 
mpf_termination_ttermination
 
rtp_termination_slot_trtp_termination_slot
 
apt_bool_t waiting_for_channel
 
apt_bool_t waiting_for_termination
 

Detailed Description

MRCP channel

Field Documentation

◆ control_channel

mrcp_control_channel_t* mrcp_channel_t::control_channel

MRCP control channel

◆ obj

void* mrcp_channel_t::obj

External object associated with channel

◆ pool

apr_pool_t* mrcp_channel_t::pool

Memory pool

◆ resource

mrcp_resource_t* mrcp_channel_t::resource

MRCP resource

◆ rtp_termination_slot

rtp_termination_slot_t* mrcp_channel_t::rtp_termination_slot

Associated RTP termination slot

◆ session

mrcp_session_t* mrcp_channel_t::session

MRCP session entire channel belongs to

◆ termination

mpf_termination_t* mrcp_channel_t::termination

Media termination

◆ waiting_for_channel

apt_bool_t mrcp_channel_t::waiting_for_channel

waiting state of control channel

◆ waiting_for_termination

apt_bool_t mrcp_channel_t::waiting_for_termination

waiting state of media termination


The documentation for this struct was generated from the following file: