UniMRCP  1.7.0
Data Fields
mrcp_app_message_t Struct Reference

#include <mrcp_application.h>

Collaboration diagram for mrcp_app_message_t:
Collaboration graph
[legend]

Data Fields

mrcp_app_message_type_e message_type
 
mrcp_application_tapplication
 
mrcp_session_tsession
 
mrcp_channel_tchannel
 
mrcp_session_descriptor_tdescriptor
 
mrcp_sig_message_t sig_message
 
mrcp_message_tcontrol_message
 

Detailed Description

MRCP application message definition

Field Documentation

◆ application

mrcp_application_t* mrcp_app_message_t::application

Application

◆ channel

mrcp_channel_t* mrcp_app_message_t::channel

Channel

◆ control_message

mrcp_message_t* mrcp_app_message_t::control_message

MRCP control message (used if message_type == MRCP_APP_MESSAGE_CONTROL)

◆ descriptor

mrcp_session_descriptor_t* mrcp_app_message_t::descriptor

Session/resource descriptor

◆ message_type

mrcp_app_message_type_e mrcp_app_message_t::message_type

Message type (signaling/control)

◆ session

mrcp_session_t* mrcp_app_message_t::session

Session

◆ sig_message

mrcp_sig_message_t mrcp_app_message_t::sig_message

MRCP signaling message (used if message_type == MRCP_APP_MESSAGE_SIGNALING)


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