|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Structure which contains read callback information. More...
#include <res_pjsip_session.h>

Data Fields | |
| int | fd |
| The file descriptor itself. | |
| ast_sip_session_media_read_cb | read_callback |
| The callback to invoke. | |
| struct ast_sip_session_media * | session |
| The media session. | |
Structure which contains read callback information.
Definition at line 135 of file res_pjsip_session.h.
| int fd |
The file descriptor itself.
Definition at line 137 of file res_pjsip_session.h.
Referenced by ast_sip_session_media_add_read_callback(), handle_negotiated_sdp(), and rtp_find_rtcp_fd_position().
| ast_sip_session_media_read_cb read_callback |
The callback to invoke.
Definition at line 139 of file res_pjsip_session.h.
Referenced by ast_sip_session_media_state_clone(), and chan_pjsip_read_stream().
| struct ast_sip_session_media* session |
The media session.
Definition at line 141 of file res_pjsip_session.h.
Referenced by chan_pjsip_read_stream().