Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_rtp_codecs Struct Reference

#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
 
struct ast_formatpreferred_format
 

Detailed Description

Structure that represents codec and packetization information

Definition at line 756 of file rtp_engine.h.

Field Documentation

ast_rwlock_t codecs_lock
unsigned int framing
struct { ... } payload_mapping_rx
struct { ... } payload_mapping_tx
struct ast_format* preferred_format

The documentation for this struct was generated from the following file: