BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <call.hpp>

Public Member Functions

void fromPj (const pjmedia_jb_state &prm)
 

Data Fields

unsigned frameSize
 
unsigned minPrefetch
 
unsigned maxPrefetch
 
unsigned burst
 
unsigned prefetch
 
unsigned size
 
unsigned avgDelayMsec
 
unsigned minDelayMsec
 
unsigned maxDelayMsec
 
unsigned devDelayMsec
 
unsigned avgBurst
 
unsigned lost
 
unsigned discard
 
unsigned empty
 

Detailed Description

This structure describes jitter buffer state.

Member Function Documentation

◆ fromPj()

void pj::JbufState::fromPj ( const pjmedia_jb_state prm)

Convert from pjsip

Field Documentation

◆ frameSize

unsigned pj::JbufState::frameSize

Individual frame size, in bytes.

◆ minPrefetch

unsigned pj::JbufState::minPrefetch

Minimum allowed prefetch, in frms.

◆ maxPrefetch

unsigned pj::JbufState::maxPrefetch

Maximum allowed prefetch, in frms.

◆ burst

unsigned pj::JbufState::burst

Current burst level, in frames

◆ prefetch

unsigned pj::JbufState::prefetch

Current prefetch value, in frames

◆ size

unsigned pj::JbufState::size

Current buffer size, in frames.

◆ avgDelayMsec

unsigned pj::JbufState::avgDelayMsec

Average delay, in ms.

◆ minDelayMsec

unsigned pj::JbufState::minDelayMsec

Minimum delay, in ms.

◆ maxDelayMsec

unsigned pj::JbufState::maxDelayMsec

Maximum delay, in ms.

◆ devDelayMsec

unsigned pj::JbufState::devDelayMsec

Standard deviation of delay, in ms.

◆ avgBurst

unsigned pj::JbufState::avgBurst

Average burst, in frames.

◆ lost

unsigned pj::JbufState::lost

Number of lost frames.

◆ discard

unsigned pj::JbufState::discard

Number of discarded frames.

◆ empty

unsigned pj::JbufState::empty

Number of empty on GET events.


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.