RTS API Documentation  1.10.11
Data Fields
switch_msrp_session_s Struct Reference

#include <switch_msrp.h>

+ Collaboration diagram for switch_msrp_session_s:

Data Fields

switch_memory_pool_tpool
 
int secure
 
int active
 
char * remote_path
 
char * remote_accept_types
 
char * remote_accept_wrapped_types
 
char * remote_setup
 
char * remote_file_selector
 
char * local_path
 
char * local_accept_types
 
char * local_accept_wrapped_types
 
char * local_setup
 
char * local_file_selector
 
int local_port
 
char * call_id
 
switch_msrp_msg_tmsrp_msg
 
switch_msrp_msg_tlast_msg
 
switch_mutex_tmutex
 
switch_size_t msrp_msg_buffer_size
 
switch_size_t msrp_msg_count
 
switch_msrp_socket_tmsock
 
switch_msrp_client_socket_tcsock
 
switch_frame_t frame
 
uint8_t frame_data [SWITCH_RTP_MAX_BUF_LEN]
 
int running
 
void * user_data
 
switch_queue_tsend_queue
 

Detailed Description

Definition at line 91 of file switch_msrp.h.

Field Documentation

◆ active

int switch_msrp_session_s::active

◆ call_id

char* switch_msrp_session_s::call_id

◆ csock

switch_msrp_client_socket_t* switch_msrp_session_s::csock

Definition at line 113 of file switch_msrp.h.

Referenced by msrp_worker(), and switch_msrp_do_send().

◆ frame

switch_frame_t switch_msrp_session_s::frame

Definition at line 114 of file switch_msrp.h.

◆ frame_data

uint8_t switch_msrp_session_s::frame_data[SWITCH_RTP_MAX_BUF_LEN]

Definition at line 115 of file switch_msrp.h.

◆ last_msg

switch_msrp_msg_t* switch_msrp_session_s::last_msg

Definition at line 108 of file switch_msrp.h.

Referenced by switch_msrp_session_pop_msg(), and switch_msrp_session_push_msg().

◆ local_accept_types

char* switch_msrp_session_s::local_accept_types

◆ local_accept_wrapped_types

char* switch_msrp_session_s::local_accept_wrapped_types

◆ local_file_selector

char* switch_msrp_session_s::local_file_selector

Definition at line 104 of file switch_msrp.h.

◆ local_path

char* switch_msrp_session_s::local_path

◆ local_port

int switch_msrp_session_s::local_port

◆ local_setup

char* switch_msrp_session_s::local_setup

Definition at line 103 of file switch_msrp.h.

Referenced by switch_core_media_negotiate_sdp().

◆ msock

switch_msrp_socket_t* switch_msrp_session_s::msock

Definition at line 112 of file switch_msrp.h.

◆ msrp_msg

switch_msrp_msg_t* switch_msrp_session_s::msrp_msg

Definition at line 107 of file switch_msrp.h.

Referenced by switch_msrp_session_pop_msg(), and switch_msrp_session_push_msg().

◆ msrp_msg_buffer_size

switch_size_t switch_msrp_session_s::msrp_msg_buffer_size

Definition at line 110 of file switch_msrp.h.

Referenced by msrp_worker(), and switch_msrp_session_new().

◆ msrp_msg_count

switch_size_t switch_msrp_session_s::msrp_msg_count

◆ mutex

switch_mutex_t* switch_msrp_session_s::mutex

◆ pool

switch_memory_pool_t* switch_msrp_session_s::pool

◆ remote_accept_types

char* switch_msrp_session_s::remote_accept_types

Definition at line 96 of file switch_msrp.h.

Referenced by switch_core_media_negotiate_sdp().

◆ remote_accept_wrapped_types

char* switch_msrp_session_s::remote_accept_wrapped_types

Definition at line 97 of file switch_msrp.h.

Referenced by switch_core_media_negotiate_sdp().

◆ remote_file_selector

char* switch_msrp_session_s::remote_file_selector

Definition at line 99 of file switch_msrp.h.

Referenced by switch_core_media_negotiate_sdp().

◆ remote_path

char* switch_msrp_session_s::remote_path

◆ remote_setup

char* switch_msrp_session_s::remote_setup

Definition at line 98 of file switch_msrp.h.

Referenced by switch_core_media_negotiate_sdp().

◆ running

int switch_msrp_session_s::running

Definition at line 116 of file switch_msrp.h.

Referenced by msrp_worker(), switch_msrp_perform_send(), and SWITCH_STANDARD_APP().

◆ secure

int switch_msrp_session_s::secure

◆ send_queue

switch_queue_t* switch_msrp_session_s::send_queue

Definition at line 118 of file switch_msrp.h.

Referenced by switch_msrp_perform_send().

◆ user_data

void* switch_msrp_session_s::user_data

Definition at line 117 of file switch_msrp.h.


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