Poster of Linux kernelThe best gift for a Linux geek
RTCPCompoundHandler::SenderInfo

RTCPCompoundHandler::SenderInfo

Section: C Library Functions (3) Updated: Fri Apr 1 2011
Local index Up
 

NAME

RTCPCompoundHandler::SenderInfo -

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

 

SYNOPSIS


#include <rtcppkt.h>  

Public Attributes


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

Detailed Description

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

Member Data Documentation

 

uint32 RTCPCompoundHandler::SenderInfo::NTPLSW

NTP timestamp lower octets.  

uint32 RTCPCompoundHandler::SenderInfo::NTPMSW

NTP timestamp higher octets.  

uint32 RTCPCompoundHandler::SenderInfo::octetCount

cumulative octet counter.  

uint32 RTCPCompoundHandler::SenderInfo::packetCount

cumulative packet counter.  

uint32 RTCPCompoundHandler::SenderInfo::RTPTimestamp

RTP timestamp.

 

Author

Generated automatically by Doxygen for ccRTP from the source code.


 

Index

NAME
SYNOPSIS
Public Attributes
Detailed Description
Member Data Documentation
uint32 RTCPCompoundHandler::SenderInfo::NTPLSW
uint32 RTCPCompoundHandler::SenderInfo::NTPMSW
uint32 RTCPCompoundHandler::SenderInfo::octetCount
uint32 RTCPCompoundHandler::SenderInfo::packetCount
uint32 RTCPCompoundHandler::SenderInfo::RTPTimestamp
Author

This document was created by man2html, using the manual pages.
Time: 21:54:13 GMT, April 16, 2011