Home
last modified time | relevance | path

Searched defs:mrcp_connection_event_vtable_t (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/mrcpv2-transport/include/
H A Dmrcp_connection_types.h50 typedef struct mrcp_connection_event_vtable_t mrcp_connection_event_vtable_t; typedef
53 struct mrcp_connection_event_vtable_t { struct
55 …on_add)(mrcp_control_channel_t *channel, mrcp_control_descriptor_t *descriptor, apt_bool_t status);
57 …modify)(mrcp_control_channel_t *channel, mrcp_control_descriptor_t *descriptor, apt_bool_t status);
59 apt_bool_t (*on_remove)(mrcp_control_channel_t *channel, apt_bool_t status);
61 apt_bool_t (*on_receive)(mrcp_control_channel_t *channel, mrcp_message_t *message);
63 apt_bool_t (*on_disconnect)(mrcp_control_channel_t *channel);