#include <rtp_engine.h>

Data Fields | |
| struct ast_rtp_payload_type | payloads [AST_RTP_MAX_PT] |
| struct ast_codec_pref | pref |
Structure that represents codec and packetization information
| struct ast_rtp_payload_type payloads[AST_RTP_MAX_PT] |
Payloads present
Definition at line 389 of file rtp_engine.h.
Referenced by ast_rtp_codecs_payloads_clear(), ast_rtp_codecs_payloads_default(), ast_rtp_codecs_payloads_copy(), ast_rtp_codecs_payloads_set_m_type(), ast_rtp_codecs_payloads_set_rtpmap_type_rate(), ast_rtp_codecs_payloads_unset(), ast_rtp_codecs_payload_formats(), and ast_rtp_codecs_payload_code().
| struct ast_codec_pref pref |
Codec packetization preferences
Definition at line 387 of file rtp_engine.h.
Referenced by process_sdp_a_audio(), add_codec_to_sdp(), and ast_rtp_codecs_packetization_set().