#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 |
|
this value varies by packet type
|
|
packet length in words without this word
|
|
indicates whether or not the end of the packet is padded with zeros
|
|
RTCP packet type (eg BYE, SR, RR, SDES).
|
|
the RTP version being used
|