rtcppacket(3) | Library Functions Manual | rtcppacket(3) |
rtcppacket - RTCP compound packets manipulation.
class RTCPCompoundHandler
low level structs and RTCP packet parsing and building methods. class
RTCPReceiverInfo
Report block information of SR/RR RTCP reports. class RTCPSenderInfo
Sender block information of SR RTCP reports.
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.
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.
SDES items that may be carried in a Source DEScription RTCP packet. CNAME is mandatory in each RTCP compound packet (except when split for partial encryption), the others are optional and have different sending frequencies, though with recommended default values.
Enumerator
Convert a NTP timestamp, expressed as two 32-bit long words, into a timeval value.
Parameters
Returns
Convert a time interval, expressed as a timeval, into a 32-bit time interval expressed in units of 1/65536 seconds.
Parameters
Returns
Generated automatically by Doxygen for ccRTP from the source code.
ccRTP |