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

#include <rtp_engine.h>

Data Fields

int asterisk_format
 
struct ast_formatformat
 
int payload
 
unsigned int primary_mapping:1
 
int rtp_code
 
unsigned int sample_rate
 
struct timeval when_retired
 

Detailed Description

Structure that represents a payload

Definition at line 303 of file rtp_engine.h.

Field Documentation

int asterisk_format
struct ast_format* format
int payload
unsigned int primary_mapping
int rtp_code
unsigned int sample_rate

Sample rate to over-ride mime type defaults

Definition at line 318 of file rtp_engine.h.

Referenced by ast_rtp_codecs_payload_code_sample_rate(), ast_rtp_codecs_payload_code_tx_sample_rate(), and ast_rtp_codecs_payloads_set_rtpmap_type_rate().

struct timeval when_retired

When the payload type became non-primary.

Definition at line 316 of file rtp_engine.h.


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