live
Data Structures | Typedefs | Variables
RTCP.hh File Reference
#include "RTPSink.hh"
#include "RTPSource.hh"
Include dependency graph for RTCP.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SDESItem
 
class  RTCPInstance
 

Typedefs

typedef void RTCPAppHandlerFunc(void *clientData, u_int8_t subtype, u_int32_t nameBytes, u_int8_t *appDependentData, unsigned appDependentDataSize)
 

Variables

const unsigned char RTCP_PT_SR = 200
 
const unsigned char RTCP_PT_RR = 201
 
const unsigned char RTCP_PT_SDES = 202
 
const unsigned char RTCP_PT_BYE = 203
 
const unsigned char RTCP_PT_APP = 204
 
const unsigned char RTCP_PT_RTPFB = 205
 
const unsigned char RTCP_PT_PSFB = 206
 
const unsigned char RTCP_PT_XR = 207
 
const unsigned char RTCP_PT_AVB = 208
 
const unsigned char RTCP_PT_RSI = 209
 
const unsigned char RTCP_PT_TOKEN = 210
 
const unsigned char RTCP_PT_IDMS = 211
 
const unsigned char RTCP_SDES_END = 0
 
const unsigned char RTCP_SDES_CNAME = 1
 
const unsigned char RTCP_SDES_NAME = 2
 
const unsigned char RTCP_SDES_EMAIL = 3
 
const unsigned char RTCP_SDES_PHONE = 4
 
const unsigned char RTCP_SDES_LOC = 5
 
const unsigned char RTCP_SDES_TOOL = 6
 
const unsigned char RTCP_SDES_NOTE = 7
 
const unsigned char RTCP_SDES_PRIV = 8
 

Typedef Documentation

typedef void RTCPAppHandlerFunc(void *clientData, u_int8_t subtype, u_int32_t nameBytes, u_int8_t *appDependentData, unsigned appDependentDataSize)

Definition at line 42 of file RTCP.hh.

Variable Documentation

const unsigned char RTCP_PT_APP = 204

Definition at line 213 of file RTCP.hh.

const unsigned char RTCP_PT_AVB = 208

Definition at line 217 of file RTCP.hh.

const unsigned char RTCP_PT_BYE = 203

Definition at line 212 of file RTCP.hh.

const unsigned char RTCP_PT_IDMS = 211

Definition at line 220 of file RTCP.hh.

const unsigned char RTCP_PT_PSFB = 206

Definition at line 215 of file RTCP.hh.

const unsigned char RTCP_PT_RR = 201

Definition at line 210 of file RTCP.hh.

const unsigned char RTCP_PT_RSI = 209

Definition at line 218 of file RTCP.hh.

const unsigned char RTCP_PT_RTPFB = 205

Definition at line 214 of file RTCP.hh.

const unsigned char RTCP_PT_SDES = 202

Definition at line 211 of file RTCP.hh.

const unsigned char RTCP_PT_SR = 200

Definition at line 209 of file RTCP.hh.

const unsigned char RTCP_PT_TOKEN = 210

Definition at line 219 of file RTCP.hh.

const unsigned char RTCP_PT_XR = 207

Definition at line 216 of file RTCP.hh.

const unsigned char RTCP_SDES_CNAME = 1

Definition at line 224 of file RTCP.hh.

const unsigned char RTCP_SDES_EMAIL = 3

Definition at line 226 of file RTCP.hh.

const unsigned char RTCP_SDES_END = 0

Definition at line 223 of file RTCP.hh.

const unsigned char RTCP_SDES_LOC = 5

Definition at line 228 of file RTCP.hh.

const unsigned char RTCP_SDES_NAME = 2

Definition at line 225 of file RTCP.hh.

const unsigned char RTCP_SDES_NOTE = 7

Definition at line 230 of file RTCP.hh.

const unsigned char RTCP_SDES_PHONE = 4

Definition at line 227 of file RTCP.hh.

const unsigned char RTCP_SDES_PRIV = 8

Definition at line 231 of file RTCP.hh.

const unsigned char RTCP_SDES_TOOL = 6

Definition at line 229 of file RTCP.hh.