PortSIP VoIP SDK Manual for Windows  16.2
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
Functions
RTP and RTCP QOS functions

Functions

Int32 PortSIP.PortSIPLib.setAudioRtcpBandwidth (Int32 sessionId, Int32 BitsRR, Int32 BitsRS, Int32 KBitsAS)
 Set the audio RTCP bandwidth parameters to the RFC3556. More...
 
Int32 PortSIP.PortSIPLib.setVideoRtcpBandwidth (Int32 sessionId, Int32 BitsRR, Int32 BitsRS, Int32 KBitsAS)
 Set the video RTCP bandwidth parameters as the RFC3556. More...
 

Detailed Description

Function Documentation

◆ setAudioRtcpBandwidth()

Int32 PortSIP.PortSIPLib.setAudioRtcpBandwidth ( Int32  sessionId,
Int32  BitsRR,
Int32  BitsRS,
Int32  KBitsAS 
)

Set the audio RTCP bandwidth parameters to the RFC3556.

Parameters
sessionIdThe session ID of call conversation.
BitsRRThe bits for the RR parameter.
BitsRSThe bits for the RS parameter.
KBitsASThe Kbits for the AS parameter.
Returns
If the function succeeds, it will return value 0. If the function fails, it will return a specific error code.

◆ setVideoRtcpBandwidth()

Int32 PortSIP.PortSIPLib.setVideoRtcpBandwidth ( Int32  sessionId,
Int32  BitsRR,
Int32  BitsRS,
Int32  KBitsAS 
)

Set the video RTCP bandwidth parameters as the RFC3556.

Parameters
sessionIdThe session ID of call conversation.
BitsRRThe bits for the RR parameter.
BitsRSThe bits for the RS parameter.
KBitsASThe Kbits for the AS parameter.
Returns
If the function succeeds, it will return value 0. If the function fails, it will return a specific error code.