TAO_AV 4.0.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
RTCP_Common_Header Struct Reference

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

#include <RTCP_Packet.h>

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.

Member Data Documentation

◆ count_

unsigned int RTCP_Common_Header::count_

this value varies by packet type

◆ length_

ACE_UINT16 RTCP_Common_Header::length_

packet length in words without this word

◆ pad_

unsigned int RTCP_Common_Header::pad_

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

◆ pt_

unsigned int RTCP_Common_Header::pt_

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

◆ ver_

unsigned int RTCP_Common_Header::ver_

the RTP version being used


The documentation for this struct was generated from the following file: