BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

#include <rtcp.h>

Data Fields

pj_time_val start
 
pjmedia_rtcp_stream_stat tx
 
pjmedia_rtcp_stream_stat rx
 
pj_math_stat rtt
 
pj_uint32_t rtp_tx_last_ts
 
pj_uint16_t rtp_tx_last_seq
 
pjmedia_rtcp_sdes peer_sdes
 
char peer_sdes_buf_ [PJMEDIA_RTCP_RX_SDES_BUF_LEN]
 

Detailed Description

Bidirectional RTP stream statistics.

Field Documentation

◆ start

pj_time_val pjmedia_rtcp_stat::start

Time when session was created

◆ tx

pjmedia_rtcp_stream_stat pjmedia_rtcp_stat::tx

Encoder stream statistics.

◆ rx

pjmedia_rtcp_stream_stat pjmedia_rtcp_stat::rx

Decoder stream statistics.

◆ rtt

pj_math_stat pjmedia_rtcp_stat::rtt

Round trip delay statistic(in usec)

◆ rtp_tx_last_ts

pj_uint32_t pjmedia_rtcp_stat::rtp_tx_last_ts

Last TX RTP timestamp.

◆ rtp_tx_last_seq

pj_uint16_t pjmedia_rtcp_stat::rtp_tx_last_seq

Last TX RTP sequence.

◆ peer_sdes

pjmedia_rtcp_sdes pjmedia_rtcp_stat::peer_sdes

Peer SDES.

◆ peer_sdes_buf_

char pjmedia_rtcp_stat::peer_sdes_buf_[PJMEDIA_RTCP_RX_SDES_BUF_LEN]

Peer SDES buffer.


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

 


PJMEDIA small footprint Open Source media stack
Copyright (C) 2006-2008 Teluu Inc.