Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_sip_session_media_state Struct Reference

Structure which contains media state information (streams, sessions) More...

#include <res_pjsip_session.h>

Data Fields

struct ast_sip_session_mediadefault_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_topologytopology
 The media stream topology.
 

Detailed Description

Structure which contains media state information (streams, sessions)

Definition at line 147 of file res_pjsip_session.h.


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