UniMRCP  1.7.0
Data Structures | Typedefs | Enumerations
mpf_rtcp_packet.h File Reference

RTCP Packet Definition. More...

#include "mpf_rtp_stat.h"
Include dependency graph for mpf_rtcp_packet.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
}
 

Detailed Description

RTCP Packet Definition.

Typedef Documentation

◆ rtcp_header_t

typedef struct rtcp_header_t rtcp_header_t

RTCP header declaration

◆ rtcp_packet_t

typedef struct rtcp_packet_t rtcp_packet_t

RTCP packet declaration

◆ rtcp_sdes_item_t

SDES item declaration

Enumeration Type Documentation

◆ rtcp_sdes_type_e

RTCP SDES types

◆ rtcp_type_e

RTCP payload (packet) types