Man page - rtcpcompoundhandler_senderinfo(3)
Packages contains this manual
- rtppkt.h(3)
- cqueue(3)
- formats.h(3)
- private.h(3)
- sockets(3)
- queuebase.h(3)
- sessions(3)
- ioqueue(3)
- oqueue.h(3)
- rtppacket(3)
- ext.h(3)
- cqueue.h(3)
- base.h(3)
- rtpext(3)
- rtp.h(3)
- sources.h(3)
- iqueue(3)
- pool.h(3)
- queuebase(3)
- channel.h(3)
- sources(3)
- iqueue.h(3)
- ioqueue.h(3)
- payload(3)
- rtcppacket(3)
- rtcppkt.h(3)
- oqueue(3)
Package: libccrtp-doc
apt-get install libccrtp-doc
apt-get install libccrtp-doc
Manuals in package:
Documentations in package:
Manual
RTCPCompoundHandler::SenderInfo
NAMESYNOPSIS
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
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.