#include <rtp_engine.h>

Data Fields | |
| struct ao2_container * | payloads |
| struct ast_codec_pref | pref |
Structure that represents codec and packetization information
Definition at line 497 of file rtp_engine.h.
| struct ao2_container* payloads |
Payloads present
Definition at line 499 of file rtp_engine.h.
Referenced by ast_rtp_codecs_find_payload_code(), ast_rtp_codecs_get_payload_format(), ast_rtp_codecs_payload_code(), ast_rtp_codecs_payload_formats(), ast_rtp_codecs_payloads_copy(), ast_rtp_codecs_payloads_default(), ast_rtp_codecs_payloads_destroy(), ast_rtp_codecs_payloads_initialize(), ast_rtp_codecs_payloads_set_m_type(), ast_rtp_codecs_payloads_set_rtpmap_type_rate(), and ast_rtp_codecs_payloads_unset().
| struct ast_codec_pref pref |
Codec packetization preferences
Definition at line 501 of file rtp_engine.h.
Referenced by add_codec_to_sdp(), ast_rtp_codecs_packetization_set(), ast_rtp_instance_bridge(), and process_sdp_a_audio().