Bayonne2 / Common C++ 2 Framework
[フレーム]
Data Structures | Enumerations | Functions
RTCP compound packets manipulation.

Data Structures

  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

  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...
 

Detailed Description

Enumeration Type Documentation

#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.

Enumerator
SDESItemTypeEND 

END of SDES item list.

SDESItemTypeCNAME 

Canonical end-point identifier.

SDESItemTypeNAME 

Personal NAME of the user.

SDESItemTypeEMAIL 

EMAIL address of the user.

SDESItemTypePHONE 

Phone number of the user.

SDESItemTypeLOC 

Location where the user is.

SDESItemTypeTOOL 

Application or tool.

SDESItemTypeNOTE 

Comment usually reporting state.

SDESItemTypePRIV 

Private extension.

SDESItemTypeH323CADDR 

H323 callable address.

SDESItemTypeLast 

Last defined code.

Definition at line 67 of file rtcppkt.h.

Function Documentation

timeval NTP2Timeval ( uint32  msw,
uint32  lsw 
)

#include <rtcppkt.h>

Convert a NTP timestamp, expressed as two 32-bit long words, into a timeval value.

Parameters
msw Integer part of NTP timestamp.
lsw Fractional part of NTP timestamp.
Returns
timeval value corresponding to the given NTP timestamp.
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.

Parameters
t Timeval interval.
Returns
32-bit value corresponding to the given timeval interval.

Generated on Dec 21, 2017 for commoncpp2-1.8.1, ccrtp-1.7.2, libzrtpcpp-2.3.4, ccscript3-1.1.7, ccaudio2-1.0.0 and bayonne2-2.3.2 (after installation in /usr/local/) by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /