WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

pjmedia_rtcp_xr_pkt Struct Reference

#include <rtcp_xr.h>

Data Fields

struct {
   unsigned   count:5
 
   unsigned   p:1
 
   unsigned   version:2
 
   unsigned   pt:8
 
   unsigned   length:16
 
   pj_uint32_t   ssrc
 
common
 
pj_int8_t buf [sizeof(pjmedia_rtcp_xr_rb_rr_time)+sizeof(pjmedia_rtcp_xr_rb_dlrr)+sizeof(pjmedia_rtcp_xr_rb_stats)+sizeof(pjmedia_rtcp_xr_rb_voip_mtc)]
 

Detailed Description

This structure declares RTCP XR (Extended Report) packet.

Field Documentation

◆ count

unsigned pjmedia_rtcp_xr_pkt::count

varies by payload type

◆ p

unsigned pjmedia_rtcp_xr_pkt::p

padding flag

◆ version

unsigned pjmedia_rtcp_xr_pkt::version

packet type

◆ pt

unsigned pjmedia_rtcp_xr_pkt::pt

payload type

◆ length

unsigned pjmedia_rtcp_xr_pkt::length

packet length

◆ ssrc

pj_uint32_t pjmedia_rtcp_xr_pkt::ssrc

SSRC identification

◆ buf

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