![]() |
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 | |
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... | |
Int32 PortSIP.PortSIPLib.setAudioRtcpBandwidth | ( | Int32 | sessionId, |
Int32 | BitsRR, | ||
Int32 | BitsRS, | ||
Int32 | KBitsAS | ||
) |
Set the audio RTCP bandwidth parameters to the RFC3556.
sessionId | The session ID of call conversation. |
BitsRR | The bits for the RR parameter. |
BitsRS | The bits for the RS parameter. |
KBitsAS | The Kbits for the AS parameter. |
Int32 PortSIP.PortSIPLib.setVideoRtcpBandwidth | ( | Int32 | sessionId, |
Int32 | BitsRR, | ||
Int32 | BitsRS, | ||
Int32 | KBitsAS | ||
) |
Set the video RTCP bandwidth parameters as the RFC3556.
sessionId | The session ID of call conversation. |
BitsRR | The bits for the RR parameter. |
BitsRS | The bits for the RS parameter. |
KBitsAS | The Kbits for the AS parameter. |