#include <rtp_engine.h>
Data Fields | |
ast_rtp_payload_type | payloads [AST_RTP_MAX_PT] |
ast_codec_pref | pref |
Definition at line 385 of file rtp_engine.h.
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_payload_code(), ast_rtp_codecs_payload_formats(), ast_rtp_codecs_payloads_clear(), 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(), and ast_rtp_codecs_payloads_unset().
struct ast_codec_pref pref |
Codec packetization preferences
Definition at line 387 of file rtp_engine.h.
Referenced by add_codec_to_sdp(), ast_rtp_codecs_packetization_set(), and process_sdp_a_audio().