#include <ccrtp/base.h>
Go to the source code of this file.
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. | |
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. |