Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_sip_session_media_read_callback_state Struct Reference

Structure which contains read callback information. More...

#include <res_pjsip_session.h>

Collaboration diagram for ast_sip_session_media_read_callback_state:
Collaboration graph
[legend]

Data Fields

int fd
 The file descriptor itself. More...
 
ast_sip_session_media_read_cb read_callback
 The callback to invoke. More...
 
struct ast_sip_session_mediasession
 The media session. More...
 

Detailed Description

Structure which contains read callback information.

Definition at line 133 of file res_pjsip_session.h.

Field Documentation

◆ fd

int fd

The file descriptor itself.

Definition at line 135 of file res_pjsip_session.h.

Referenced by ast_sip_session_media_add_read_callback(), handle_negotiated_sdp(), and rtp_find_rtcp_fd_position().

◆ read_callback

The callback to invoke.

Definition at line 137 of file res_pjsip_session.h.

Referenced by ast_sip_session_media_state_clone(), and chan_pjsip_read_stream().

◆ session

struct ast_sip_session_media* session

The media session.

Definition at line 139 of file res_pjsip_session.h.

Referenced by chan_pjsip_read_stream().


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