#include <sys/types.h>
Include dependency graph for RTP.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | rtp_hdr_t |
struct | rtcp_common_t |
struct | rtcp_rr_t |
struct | rtcp_sdes_item_t |
struct | rtcp_t |
struct | source |
Defines | |
#define | RTP_VERSION 2 |
#define | RTP_SEQ_MOD (1<<16) |
#define | RTP_MAX_SDES 255 /* maximum text length for SDES */ |
#define | RTCP_VALID_MASK (0xc000 | 0x2000 | 0xfe) |
#define | RTCP_VALID_VALUE ((RTP_VERSION << 14) | RTCP_SR) |
Typedefs | |
typedef unsigned char | u_int8 |
typedef unsigned short | u_int16 |
typedef unsigned int | u_int32 |
typedef short | int16 |
typedef rtcp_sdes | rtcp_sdes_t |
Enumerations | |
enum | rtcp_type_t { RTCP_SR = 200, RTCP_RR = 201, RTCP_SDES = 202, RTCP_BYE = 203, RTCP_APP = 204 } |
enum | rtcp_sdes_type_t { 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 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 31 of file RTP.h.
|
|
Definition at line 23 of file RTP.h.
|