ccRTP 2.1.2
|
Data Structures | |
class | RTCPCompoundHandler |
low level structs and RTCP packet parsing and building methods. More... | |
class | RTCPReceiverInfo |
Report block information of SR/RR RTCP reports. More... | |
class | RTCPSenderInfo |
Sender block information of SR RTCP reports. More... | |
Enumerations | |
enum | SDESItemType { SDESItemTypeEND = 0, SDESItemTypeCNAME, SDESItemTypeNAME, SDESItemTypeEMAIL, SDESItemTypePHONE, SDESItemTypeLOC, SDESItemTypeTOOL, SDESItemTypeNOTE, SDESItemTypePRIV, SDESItemTypeH323CADDR, SDESItemTypeLast = SDESItemTypeH323CADDR } |
SDES items that may be carried in a Source DEScription RTCP packet. More... | |
Functions | |
timeval | NTP2Timeval (uint32 msw, uint32 lsw) |
Convert a NTP timestamp, expressed as two 32-bit long words, into a timeval value. More... | |
uint32 | timevalIntervalTo65536 (timeval &t) |
Convert a time interval, expressed as a timeval, into a 32-bit time interval expressed in units of 1/65536 seconds. More... | |
enum SDESItemType |
#include <rtcppkt.h>
SDES items that may be carried in a Source DEScription RTCP packet.
CNAME is mandatory in each RTCP compound packet (except when splitted for partial encryption), the others are optional and have different sending frequencies, though with recommended default values.
timeval NTP2Timeval | ( | uint32 | msw, |
uint32 | lsw | ||
) |
#include <rtcppkt.h>
Convert a NTP timestamp, expressed as two 32-bit long words, into a timeval value.
msw | Integer part of NTP timestamp. |
lsw | Fractional part of NTP timestamp. |
Definition at line 58 of file rtcppkt.cpp.
uint32 timevalIntervalTo65536 | ( | timeval & | t | ) |
#include <rtcppkt.h>
Convert a time interval, expressed as a timeval, into a 32-bit time interval expressed in units of 1/65536 seconds.
t | Timeval interval. |
Definition at line 67 of file rtcppkt.cpp.