Public Attributes

RTCP_Common_Header Struct Reference

This is the header data that is common to all RTCP messages. More...

#include <RTCP_Packet.h>

List of all members.

Public Attributes

unsigned int ver_:2
 the RTP version being used
unsigned int pad_:1
 indicates whether or not the end of the packet is padded with zeros
unsigned int count_:5
 this value varies by packet type
unsigned int pt_:8
 RTCP packet type (eg BYE, SR, RR, SDES).
ACE_UINT16 length_
 packet length in words without this word

Detailed Description

This is the header data that is common to all RTCP messages.

Definition at line 20 of file RTCP_Packet.h.


Member Data Documentation

this value varies by packet type

Definition at line 29 of file RTCP_Packet.h.

packet length in words without this word

Definition at line 35 of file RTCP_Packet.h.

indicates whether or not the end of the packet is padded with zeros

Definition at line 26 of file RTCP_Packet.h.

RTCP packet type (eg BYE, SR, RR, SDES).

Definition at line 32 of file RTCP_Packet.h.

the RTP version being used

Definition at line 23 of file RTCP_Packet.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines