| 
    UniMRCP
    1.5.0
    
   | 
 
RTCP Packet Definition. More...
#include "mpf_rtp_stat.h"Go to the source code of this file.
Data Structures | |
| struct | rtcp_header_t | 
| struct | rtcp_sdes_item_t | 
| struct | rtcp_packet_t | 
Typedefs | |
| typedef struct rtcp_header_t | rtcp_header_t | 
| typedef struct rtcp_packet_t | rtcp_packet_t | 
| typedef struct rtcp_sdes_item_t | rtcp_sdes_item_t | 
Enumerations | |
| enum | rtcp_type_e {  RTCP_SR = 200, RTCP_RR = 201, RTCP_SDES = 202, RTCP_BYE = 203, RTCP_APP = 204 }  | 
| enum | rtcp_sdes_type_e {  RTCP_SDES_END = 0, RTCP_SDES_CNAME = 1, RTCP_SDES_NAME = 2, RTCP_SDES_EMAIL = 3, RTCP_SDES_PHONE = 4, RTCP_SDES_LOC = 5, RTCP_SDES_TOOL = 6, RTCP_SDES_NOTE = 7, RTCP_SDES_PRIV = 8 }  | 
RTCP Packet Definition.
| typedef struct rtcp_header_t rtcp_header_t | 
RTCP header declaration
| typedef struct rtcp_packet_t rtcp_packet_t | 
RTCP packet declaration
| typedef struct rtcp_sdes_item_t rtcp_sdes_item_t | 
SDES item declaration
| enum rtcp_sdes_type_e | 
RTCP SDES types
| enum rtcp_type_e | 
RTCP payload (packet) types
 1.8.6