BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <account.hpp>

Public Member Functions

 RtcpFbCap ()
 
void fromPj (const pjmedia_rtcp_fb_cap &prm)
 
pjmedia_rtcp_fb_cap toPj () const
 

Data Fields

string codecId
 
pjmedia_rtcp_fb_type type
 
string typeName
 
string param
 

Detailed Description

RTCP Feedback capability.

Constructor & Destructor Documentation

◆ RtcpFbCap()

pj::RtcpFbCap::RtcpFbCap ( )
inline

Constructor.

Member Function Documentation

◆ fromPj()

void pj::RtcpFbCap::fromPj ( const pjmedia_rtcp_fb_cap prm)

Convert from pjsip

◆ toPj()

pjmedia_rtcp_fb_cap pj::RtcpFbCap::toPj ( ) const

Convert to pjsip

Field Documentation

◆ codecId

string pj::RtcpFbCap::codecId

Specify the codecs to which the capability is applicable. Codec ID is using the same format as in pjmedia_codec_mgr_find_codecs_by_id() and pjmedia_vid_codec_mgr_find_codecs_by_id(), e.g: "L16/8000/1", "PCMU", "H264". This can also be an asterisk ("*") to represent all codecs.

◆ type

pjmedia_rtcp_fb_type pj::RtcpFbCap::type

Specify the RTCP Feedback type.

◆ typeName

string pj::RtcpFbCap::typeName

Specify the type name if RTCP Feedback type is PJMEDIA_RTCP_FB_OTHER.

◆ param

string pj::RtcpFbCap::param

Specify the RTCP Feedback parameters.


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.