Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <rtp_engine.h>
Data Fields | |
ast_rwlock_t | codecs_lock |
unsigned int | framing |
struct { | |
size_t current | |
struct ast_rtp_payload_type ** elems | |
size_t max | |
} | payload_mapping_rx |
struct { | |
size_t current | |
struct ast_rtp_payload_type ** elems | |
size_t max | |
} | payload_mapping_tx |
int | preferred_dtmf_pt |
int | preferred_dtmf_rate |
struct ast_format * | preferred_format |
Structure that represents codec and packetization information
Definition at line 756 of file rtp_engine.h.
ast_rwlock_t codecs_lock |
RW lock that protects elements in this structure
Definition at line 758 of file rtp_engine.h.
Referenced by ast_rtp_codecs_payloads_copy(), and ast_rtp_codecs_payloads_xover().
size_t current |
Definition at line 760 of file rtp_engine.h.
struct ast_rtp_payload_type* * elems |
Definition at line 760 of file rtp_engine.h.
unsigned int framing |
The framing for this media session
Definition at line 764 of file rtp_engine.h.
Referenced by ast_rtp_codecs_payloads_copy(), and ast_rtp_codecs_payloads_xover().
size_t max |
Definition at line 760 of file rtp_engine.h.
struct { ... } payload_mapping_rx |
Rx payload type mapping exceptions
Referenced by rtp_codecs_payloads_copy_rx().
struct { ... } payload_mapping_tx |
Tx payload type mapping
Referenced by ast_rtp_codecs_payloads_copy(), ast_rtp_codecs_payloads_xover(), and rtp_codecs_payloads_copy_tx().
int preferred_dtmf_pt |
The preferred dtmf payload type
Definition at line 770 of file rtp_engine.h.
Referenced by ast_rtp_codecs_payloads_copy(), and ast_rtp_codecs_payloads_xover().
int preferred_dtmf_rate |
The preferred dtmf sample rate
Definition at line 768 of file rtp_engine.h.
Referenced by ast_rtp_codecs_payloads_copy(), and ast_rtp_codecs_payloads_xover().
struct ast_format* preferred_format |
The preferred format, as the mappings are numerically sorted
Definition at line 766 of file rtp_engine.h.
Referenced by ast_rtp_codecs_payloads_copy(), and ast_rtp_codecs_payloads_xover().