Asterisk - The Open Source Telephony Project  18.5.0
Public Member Functions | Data Fields
ast_sip_session_media_state Struct Reference

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

#include <res_pjsip_session.h>

Collaboration diagram for ast_sip_session_media_state:
Collaboration graph
[legend]

Public Member Functions

 AST_VECTOR (, struct ast_sip_session_media *) sessions
 Mapping of stream to media sessions. More...
 
 AST_VECTOR (, struct ast_sip_session_media_read_callback_state) read_callbacks
 Added read callbacks - these are whole structs and not pointers. More...
 

Data Fields

struct ast_sip_session_mediadefault_session [AST_MEDIA_TYPE_END]
 Default media sessions for each type. More...
 
struct ast_stream_topologytopology
 The media stream topology. More...
 

Detailed Description

Structure which contains media state information (streams, sessions)

Definition at line 145 of file res_pjsip_session.h.

Member Function Documentation

◆ AST_VECTOR() [1/2]

AST_VECTOR ( struct ast_sip_session_media )

Mapping of stream to media sessions.

◆ AST_VECTOR() [2/2]

Added read callbacks - these are whole structs and not pointers.

Field Documentation

◆ default_session

struct ast_sip_session_media* default_session[AST_MEDIA_TYPE_END]

◆ topology

struct ast_stream_topology* topology

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