Asterisk - The Open Source Telephony Project
21.4.1
|
Structure which contains media state information (streams, sessions) More...
#include <res_pjsip_session.h>
Data Fields | |
struct ast_sip_session_media * | default_session [AST_MEDIA_TYPE_END] |
Default media sessions for each type. | |
struct { | |
size_t current | |
struct ast_sip_session_media_read_callback_state * elems | |
size_t max | |
} | read_callbacks |
Added read callbacks - these are whole structs and not pointers. | |
struct { | |
size_t current | |
struct ast_sip_session_media ** elems | |
size_t max | |
} | sessions |
Mapping of stream to media sessions. | |
struct ast_stream_topology * | topology |
The media stream topology. | |
Structure which contains media state information (streams, sessions)
Definition at line 147 of file res_pjsip_session.h.