BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <call.hpp>

Public Member Functions

void fromPj (const pjmedia_rtcp_stat &prm)
 

Data Fields

TimeVal start
 
RtcpStreamStat txStat
 
RtcpStreamStat rxStat
 
MathStat rttUsec
 
pj_uint32_t rtpTxLastTs
 
pj_uint16_t rtpTxLastSeq
 
MathStat rxIpdvUsec
 
MathStat rxRawJitterUsec
 
RtcpSdes peerSdes
 

Detailed Description

Bidirectional RTP stream statistics.

Member Function Documentation

◆ fromPj()

void pj::RtcpStat::fromPj ( const pjmedia_rtcp_stat prm)

Convert from pjsip

Field Documentation

◆ start

TimeVal pj::RtcpStat::start

Time when session was created

◆ txStat

RtcpStreamStat pj::RtcpStat::txStat

Encoder stream statistics.

◆ rxStat

RtcpStreamStat pj::RtcpStat::rxStat

Decoder stream statistics.

◆ rttUsec

MathStat pj::RtcpStat::rttUsec

Round trip delay statistic.

◆ rtpTxLastTs

pj_uint32_t pj::RtcpStat::rtpTxLastTs

Last TX RTP timestamp.

◆ rtpTxLastSeq

pj_uint16_t pj::RtcpStat::rtpTxLastSeq

Last TX RTP sequence.

◆ rxIpdvUsec

MathStat pj::RtcpStat::rxIpdvUsec

Statistics of IP packet delay variation in receiving direction. It is only used when PJMEDIA_RTCP_STAT_HAS_IPDV is set to non-zero.

◆ rxRawJitterUsec

MathStat pj::RtcpStat::rxRawJitterUsec

Statistic of raw jitter in receiving direction. It is only used when PJMEDIA_RTCP_STAT_HAS_RAW_JITTER is set to non-zero.

◆ peerSdes

RtcpSdes pj::RtcpStat::peerSdes

Peer SDES.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.