#include <rtp_engine.h>

Data Fields | |
| int | asterisk_format |
| struct ast_format | format |
| int | payload |
| int | rtp_code |
Structure that represents a payload
Definition at line 231 of file rtp_engine.h.
| int asterisk_format |
Is this an Asterisk value
Definition at line 233 of file rtp_engine.h.
Referenced by add_static_payload(), ast_rtp_codecs_get_payload_format(), ast_rtp_codecs_payload_lookup(), ast_rtp_codecs_payloads_copy(), ast_rtp_codecs_payloads_default(), ast_rtp_codecs_payloads_set_m_type(), ast_rtp_codecs_payloads_set_rtpmap_type_rate(), ast_rtp_read(), bridge_p2p_rtp_write(), process_sdp_a_audio(), rtp_payload_type_add_ast(), rtp_payload_type_add_nonast(), rtp_payload_type_find_format(), rtp_payload_type_find_nonast_format(), set_next_mime_type(), and setup_rtp_connection().
| struct ast_format format |
If asterisk_format is set, this is the internal asterisk format represented by the payload
Definition at line 236 of file rtp_engine.h.
Referenced by ast_rtp_codecs_get_payload_format(), ast_rtp_codecs_payloads_copy(), ast_rtp_codecs_payloads_default(), ast_rtp_codecs_payloads_set_m_type(), ast_rtp_codecs_payloads_set_rtpmap_type_rate(), ast_rtp_read(), bridge_p2p_rtp_write(), process_sdp_a_audio(), rtp_payload_type_add_ast(), rtp_payload_type_find_format(), and setup_rtp_connection().
| int payload |
Actual payload number
Definition at line 240 of file rtp_engine.h.
Referenced by ast_rtp_codecs_find_payload_code(), ast_rtp_codecs_payload_code(), ast_rtp_codecs_payload_lookup(), ast_rtp_codecs_payloads_copy(), ast_rtp_codecs_payloads_default(), ast_rtp_codecs_payloads_set_m_type(), ast_rtp_codecs_payloads_set_rtpmap_type_rate(), rtp_payload_type_cmp(), and rtp_payload_type_hash().
| int rtp_code |
Actual internal RTP specific value of the payload
Definition at line 238 of file rtp_engine.h.
Referenced by add_static_payload(), ast_rtp_codecs_payload_code(), ast_rtp_codecs_payload_lookup(), ast_rtp_codecs_payloads_copy(), ast_rtp_codecs_payloads_default(), ast_rtp_codecs_payloads_set_m_type(), ast_rtp_codecs_payloads_set_rtpmap_type_rate(), ast_rtp_lookup_mime_subtype2(), ast_rtp_lookup_sample_rate2(), ast_rtp_read(), bridge_p2p_rtp_write(), rtp_payload_type_add_nonast(), rtp_payload_type_find_nonast_format(), and set_next_mime_type().