ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
RTCPCompoundHandler::SenderInfo Struct Reference

Struct for the sender info block in a SR (sender report) RTCP packet. More...

#include <rtcppkt.h>

Collaboration diagram for RTCPCompoundHandler::SenderInfo:
Collaboration graph
[legend]

Data Fields

uint32 NTPMSW
 NTP timestamp higher octets. More...
 
uint32 NTPLSW
 NTP timestamp lower octets. More...
 
uint32 RTPTimestamp
 RTP timestamp. More...
 
uint32 packetCount
 cumulative packet counter. More...
 
uint32 octetCount
 cumulative octet counter. More...
 

Detailed Description

Struct for the sender info block in a SR (sender report) RTCP packet.

Definition at line 149 of file rtcppkt.h.

Field Documentation

uint32 RTCPCompoundHandler::SenderInfo::NTPLSW

NTP timestamp lower octets.

Definition at line 152 of file rtcppkt.h.

uint32 RTCPCompoundHandler::SenderInfo::NTPMSW

NTP timestamp higher octets.

Definition at line 151 of file rtcppkt.h.

uint32 RTCPCompoundHandler::SenderInfo::octetCount

cumulative octet counter.

Definition at line 155 of file rtcppkt.h.

uint32 RTCPCompoundHandler::SenderInfo::packetCount

cumulative packet counter.

Definition at line 154 of file rtcppkt.h.

uint32 RTCPCompoundHandler::SenderInfo::RTPTimestamp

RTP timestamp.

Definition at line 153 of file rtcppkt.h.


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