Structure representing a RTP session. More...
Data Fields | |
| int | code |
| int | isAstFormat |
Structure representing a RTP session.
RTP session is defined on page 9 of RFC 3550: "An association among a set of participants communicating with RTP. A participant may be involved in multiple RTP sessions at the same time [...]"
The value of each payload format mapping:
Definition at line 101 of file rtp.c.
| int code |
Definition at line 103 of file rtp.c.
Referenced by ast_rtp_codec_getformat(), ast_rtp_get_current_formats(), ast_rtp_lookup_code(), ast_rtp_lookup_mime_subtype(), ast_rtp_lookup_pt(), ast_rtp_pt_clear(), ast_rtp_pt_copy(), ast_rtp_pt_default(), ast_rtp_read(), ast_rtp_set_rtpmap_type(), ast_rtp_unset_m_type(), bridge_p2p_rtp_write(), and setup_rtp_connection().
| int isAstFormat |
whether the following code is an AST_FORMAT
Definition at line 102 of file rtp.c.
Referenced by ast_rtp_get_current_formats(), ast_rtp_lookup_code(), ast_rtp_lookup_pt(), ast_rtp_pt_clear(), ast_rtp_pt_copy(), ast_rtp_pt_default(), ast_rtp_read(), ast_rtp_unset_m_type(), and bridge_p2p_rtp_write().
1.6.1