Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

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. More...

unsigned int pad_:1
 indicates whether or not the end of the packet is padded with zeros. More...

unsigned int count_:5
 this value varies by packet type. More...

unsigned int pt_:8
 RTCP packet type (eg BYE, SR, RR, SDES). More...

ACE_UINT16 length_
 packet length in words without this word. More...


Detailed Description

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


Member Data Documentation

unsigned int RTCP_Common_Header::count_
 

this value varies by packet type.

ACE_UINT16 RTCP_Common_Header::length_
 

packet length in words without this word.

unsigned int RTCP_Common_Header::pad_
 

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

unsigned int RTCP_Common_Header::pt_
 

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

unsigned int RTCP_Common_Header::ver_
 

the RTP version being used.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 10 21:50:33 2002 for TAO_AV by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001